Skip to content

Commit

Permalink
PHPCS standard should be capitalised
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Oct 10, 2024
1 parent abb41a4 commit d3a91cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: matrix.php == 8.3

- name: Execute PHPCodeSniffer
run: vendor/bin/phpcs -n -s --standard=psr12 src
run: vendor/bin/phpcs -n -s --standard=PSR12 src
if: matrix.php == 8.3

- name: Execute Rector
Expand Down

0 comments on commit d3a91cb

Please sign in to comment.