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
Once the repo has been deforked - see #169 -, the Theme Review project is free to have different dependencies than WPCS has.
This means that it will become possible to add checks for PHP cross-version compatibility using the external PHPCompatibilityWP PHPCS ruleset, which will also be used in the Tide project.
Notes for implementation:
It would be great if we could detect a potential Requires PHP header in the style.css file and use that to set the testVersion for the PHPCompatibilityWP sniffs.
If no Requires PHP header is found, the WP standard of supporting PHP 5.2 and higher should be presumed.
The text was updated successfully, but these errors were encountered:
Once the repo has been deforked - see #169 -, the Theme Review project is free to have different dependencies than WPCS has.
This means that it will become possible to add checks for PHP cross-version compatibility using the external PHPCompatibilityWP PHPCS ruleset, which will also be used in the Tide project.
Notes for implementation:
It would be great if we could detect a potential
Requires PHP
header in thestyle.css
file and use that to set thetestVersion
for thePHPCompatibilityWP
sniffs.If no
Requires PHP
header is found, the WP standard of supporting PHP 5.2 and higher should be presumed.The text was updated successfully, but these errors were encountered: