Menu
← Back to all error identifiers
Error Identifiers: phpstanPlayground.*
There are 6 error identifiers in the phpstanPlayground.* group:
-
phpstanPlayground.configParameter non-ignorablePlayground suggests enabling a configuration parameter for additional checks.
-
phpstanPlayground.never non-ignorableFunction always throws or exits but is not declared with return type never.
-
phpstanPlayground.noPhp non-ignorableSubmitted playground code does not contain any PHP code.
-
phpstanPlayground.phpDoc non-ignorableComment uses /* instead of /** so PHPDoc tags are silently ignored.
-
phpstanPlayground.staticWithoutType non-ignorableStatic variable declared without a @var type annotation.
-
phpstanPlayground.traitUnused non-ignorableTrait is declared but never used by any class, so it cannot be analysed.