Skip to content

Commit 51f2338

Browse files
Fix ci
1 parent bbbff28 commit 51f2338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: php-actions/composer@v5
2323

2424
- name: PHP CodeSniffer
25-
run: ./vendor/bin/phpcs --standard=PSR12 --exclude=Generic.NamingConventions.UpperCaseConstantName,PSR1.Methods.CamelCapsMethodName,PSR2.Methods.MethodDeclaration /src
25+
run: ./vendor/bin/phpcs --standard=PSR12 --exclude=Generic.NamingConventions.UpperCaseConstantName,PSR1.Methods.CamelCapsMethodName,PSR2.Methods.MethodDeclaration ./src
2626

2727
- name: PHPUnit Tests
2828
uses: php-actions/phpunit@v3

0 commit comments

Comments
 (0)