Menu
← Back to all error identifiers
Error Identifiers: constant.*
There are 6 error identifiers in the constant.* group:
-
constant.attributesNotSupported non-ignorableAttributes on global constants are not supported before PHP 8.5.
-
constant.attributesRuleCannotRun non-ignorablePHPStan runtime PHP version is too old to check attributes on global constants.
-
Value passed to define() does not match the type configured in dynamicConstantNames.
-
constant.deprecated phpstan-deprecation-rulesUsage of a deprecated global constant.
-
Referenced constant does not exist.
-
Value assigned to a global constant does not match the type configured in dynamicConstantNames.