ConfigurationCallbacks
in package
Class containing configuration check callbacks.
Table of Contents
Methods
- validateGrumPhp() : bool
- If grumphp package is not present in a project, then grumphp config file must not be present.
- validatePhpStan() : bool
- Validate when using phpstan/extension-installer the include should not be used, otherwise, include is required.
Methods
validateGrumPhp()
If grumphp package is not present in a project, then grumphp config file must not be present.
public
static validateGrumPhp() : bool
Return values
boolvalidatePhpStan()
Validate when using phpstan/extension-installer the include should not be used, otherwise, include is required.
public
static validatePhpStan() : bool