From 4d9a3ae4fe77449ccef6739ec6e4d37baf294755 Mon Sep 17 00:00:00 2001 From: NGUEREZA Tony Date: Fri, 15 Sep 2023 06:58:07 +0100 Subject: [PATCH] Fix phpstan --- phpstan.neon.dist | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 138a97d..3fb95c3 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -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(.*)#' \ No newline at end of file + - Platine\Orm\Entity \ No newline at end of file