Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP compatibility warning (PHP >= 7.0) #13

Open
estevao90 opened this issue Jul 12, 2023 · 0 comments
Open

PHP compatibility warning (PHP >= 7.0) #13

estevao90 opened this issue Jul 12, 2023 · 0 comments

Comments

@estevao90
Copy link

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)
----------------------------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant