You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a small issue that affects the PHP compatibility. It's a warning:
FILE: src/Rules/Numeric.php
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
17 | WARNING | 'numeric' is a soft reserved keyword as of PHP
| | version 7.0 and should not be used to name a class,
| | interface or trait or as part of a namespace (class
| | declaration)
| | (PHPCompatibility.Keywords.ForbiddenNames.numericFound)
----------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
I found a small issue that affects the PHP compatibility. It's a warning:
The text was updated successfully, but these errors were encountered: