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
- If project is using phpstan/extension-installer then should not manually include extensions.
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()
If project is using phpstan/extension-installer then should not manually include extensions.
public
static validatePhpStan() : bool