package and depencies
This commit is contained in:
@@ -46,8 +46,6 @@ interface ConfigurableRequirementsInterface
|
||||
/**
|
||||
* Returns whether to throw an exception on incorrect parameters.
|
||||
* Null means the requirements check is deactivated completely.
|
||||
*
|
||||
* @return bool|null
|
||||
*/
|
||||
public function isStrictRequirements();
|
||||
public function isStrictRequirements(): ?bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user