Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Nov 3, 2021
1 parent fb0c7b3 commit a789dde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/qa.yml

This file was deleted.

1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"require-dev": {
"doctrine/orm": "^2.4",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.3 || ^6.0"
},
Expand Down
7 changes: 0 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@ includes:

parameters:
level: 0

paths:
- src

excludes_analyse:
- tests/bootstrap.php

autoload_files:
- vendor/autoload.php

0 comments on commit a789dde

Please sign in to comment.