-
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
Hi, I assume there will be some official support in upcoming days/weeks, I just want to point out issues I found when analysing our codebase with slevomat/cs 7.2.1 and squizlabs/PHP_CodeSniffer 3.7.0:
- function named empty causing internal server error in FunctionHelper
- enum case named True (or False) is identified as constant by
SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly.ReferenceViaFallbackGlobalName
- enum case named Isset causing internal server error
An error occurred during processing; checking has been aborted. The error message was: Undefined array key "parenthesis_closer" in RequireNullCoalesceOperatorSniff.php:69
JuNijland and denis-rossatitrovster