Rob Schlüter
Results
1
issues of
Rob Schlüter
PHPMND flags lines that define a class constant with an expression as value. For example: ```php public const int MINUTE = 60; // These are flagged: public const int DAY...