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
This action is giving error: <error line="1" column="1" severity="error" message="An error occurred during processing; checking has been aborted. The error message was: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /github/home/wpcs/WordPress/Sniffs/WP/I18nSniff.php on line 194" source="Internal.Exception"/>
I tried running the sniffer using older versions of PHP (7.2 and 7.4) with no luck. shivammathur/setup-php@v2 was used to switch PHP version in yml file.
The sniffer was working fine about 2-3 months ago.
Steps to Reproduce
Add workflow config in .yml file
Push test changes
Error!
The text was updated successfully, but these errors were encountered:
This has been fixed in pull request #20 and will be included in the next release.
You can be notified of the next release via the "watch" dropdown at the top of this page. You can select "custom" and check the releases option to be notified only of releases.
The team is aiming to get a release out soon as this is affecting a number of people but we don't have an exact ETA at the moment.
Describe the bug
Here's my yml:
This action is giving error:
<error line="1" column="1" severity="error" message="An error occurred during processing; checking has been aborted. The error message was: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /github/home/wpcs/WordPress/Sniffs/WP/I18nSniff.php on line 194" source="Internal.Exception"/>
I tried running the sniffer using older versions of PHP (7.2 and 7.4) with no luck.
shivammathur/setup-php@v2
was used to switch PHP version in yml file.The sniffer was working fine about 2-3 months ago.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: