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
PrettyCI is returning errors from PHPCS when running PHPCS locally with the same .phpcs.xml file reports no errors so I don't believe this is a PHPCS issue.
The errors themselves reported aren't issues, and if changed, would actually introduce changes no longer compliant with PSR12.
PrettyCI is returning errors from PHPCS when running PHPCS locally with the same
.phpcs.xml
file reports no errors so I don't believe this is a PHPCS issue.The errors themselves reported aren't issues, and if changed, would actually introduce changes no longer compliant with PSR12.
Here are the results of my latest run showing the two issues:
https://github.com/aran112000/Form-Generator/runs/418127387
Specifically, these are the issues being flagged:
Expected at least 1 space after "?"; 0 found
Expected at least 1 space before ":"; 0 found
The text was updated successfully, but these errors were encountered: