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
Create a file called test.php with the code sample above...
Run phpcs test.php ...
See error message displayed
----------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------
9 | ERROR | Variable "promoted_property" is not in valid camel caps format
----------------------------------------------------------------------------
Expected behavior
No error.
Versions (please complete the following information):
OS: Windows 10
PHP: 8.0
PHPCS: 3.6.2
The text was updated successfully, but these errors were encountered:
Describe the bug
Property promotions handling like variables, but they are class property
Code sample
Custom ruleset
To reproduce
Steps to reproduce the behavior:
test.php
with the code sample above...phpcs test.php ...
Expected behavior
No error.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: