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
templates contains PHP that doesn't conform to our usual standards (i.e., not classes) so it should be exempt from some checks. But probably not from style checks.
The text was updated successfully, but these errors were encountered:
wordpress-template/wp-content/themes/theme/.php_cs
Line 5 in 4a42793
assets
shouldn't include PHP code anyway - and won't be a gigantic mess likenode_modules
or entirely Gruntfile-generated likestatic
wordpress-template/wp-content/themes/theme/.php_cs
Line 7 in 4a42793
templates
contains PHP that doesn't conform to our usual standards (i.e., not classes) so it should be exempt from some checks. But probably not from style checks.The text was updated successfully, but these errors were encountered: