Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Sep 15, 2023
1 parent 652b845 commit 4d9a3ae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,4 @@ parameters:
jobSize: 50
maximumNumberOfProcesses: 4
universalObjectCratesClasses:
- Platine\Orm\Entity
ignoreErrors:
- '#Call to an undefined method Platine\\Database\\Query\\Where\|Platine\\Database\\Query\\WhereStatement(.*)#'
- '#Call to an undefined method Platine\\Database\\Query\\WhereStatement(.*)#'
- '#(.*)Tag has an unused parameter \$parser(.*)#'
- '#(.*)Tag has an unused parameter \$tokens(.*)#'
- '#Parameter \#1 \$entityClass of method Platine\\Orm\\Relation\\RelationFactory(.*)#'
- '#Parameter \#2 \$entity of method Platine\\Orm\\Mapper\\DataMapperInterface(.*)#'
- Platine\Orm\Entity

0 comments on commit 4d9a3ae

Please sign in to comment.