Skip to content

Commit

Permalink
Add newlines to end of files when they were missign
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient committed Nov 7, 2022
1 parent 7c5280d commit 35bd189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dev/instances/magento*
dev/vendor/
dev/phpunit/functional/.phpunit.result.cache
dev/phpunit/unit/.phpunit.result.cache
dev/phpstan/vendor
dev/phpstan/vendor
2 changes: 1 addition & 1 deletion dev/phpstan/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ parameters:
- %currentWorkingDirectory%/stub.php
paths:
- %currentWorkingDirectory%/../../src
level: 6
level: 6
2 changes: 1 addition & 1 deletion dev/phpstan/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -ev
cd $DIR_BASE
test -d "vendor" || composer install

vendor/bin/phpstan analyse
vendor/bin/phpstan analyse

0 comments on commit 35bd189

Please sign in to comment.