Skip to content

Commit

Permalink
Add PSR12 code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient committed Nov 5, 2022
1 parent 9389284 commit 701b71a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- composer validate
- composer install
# Run static analysis tests before trying to install the modules in magento
- test:static
- composer test:static
# Run unit tests before trying to install magento
- composer test:unit
- if [[ $TEST_GROUP = m22 ]]; then rm -rf composer.lock ./vendor/ ; fi # todo ensure all 22 test cases are covered in 24
Expand Down
4 changes: 4 additions & 0 deletions dev/phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
parameters:
paths:
- %currentWorkingDirectory%/src
level: max

0 comments on commit 701b71a

Please sign in to comment.