We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ca04d commit f2fb843Copy full SHA for f2fb843
.github/workflows/validate.yml
@@ -188,4 +188,4 @@ jobs:
188
shell: cmd
189
run: |
190
findstr /S /N /C:"Tokens::$" *.php
191
- IF %ERRORLEVEL% EQU 1 Exit 0 || Exit 1
+ IF %ERRORLEVEL% NEQ 1 (Echo Please use the Tokens constants instead of the properties &Exit /b 1)
0 commit comments