Skip to content

Commit

Permalink
Drop --xdebug from phpstan call
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsunday committed Aug 30, 2023
1 parent b076330 commit 7590133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:

- run: composer validate
- run: composer install --no-progress
- run: vendor/bin/phpstan analyse --xdebug -c phpstan.neon
- run: vendor/bin/phpstan analyse -c phpstan.neon
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ npm run prepare
### Run tests
```
composer update
vendor/bin/phpstan analyse --xdebug --memory-limit=-1 -c phpstan.neon
vendor/bin/phpstan analyse --memory-limit=-1 -c phpstan.neon
vendor/bin/phpcs src/ --standard=PSR12
```

0 comments on commit 7590133

Please sign in to comment.