We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbff28 commit 51f2338Copy full SHA for 51f2338
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: php-actions/composer@v5
23
24
- name: PHP CodeSniffer
25
- run: ./vendor/bin/phpcs --standard=PSR12 --exclude=Generic.NamingConventions.UpperCaseConstantName,PSR1.Methods.CamelCapsMethodName,PSR2.Methods.MethodDeclaration /src
+ run: ./vendor/bin/phpcs --standard=PSR12 --exclude=Generic.NamingConventions.UpperCaseConstantName,PSR1.Methods.CamelCapsMethodName,PSR2.Methods.MethodDeclaration ./src
26
27
- name: PHPUnit Tests
28
uses: php-actions/phpunit@v3
0 commit comments