This repository was archived by the owner on Oct 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan.neon
More file actions
17 lines (17 loc) · 1.45 KB
/
phpstan.neon
File metadata and controls
17 lines (17 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
parameters:
ignoreErrors:
-
message: '/Method Chubbyphp\\DoctrineDbServiceProvider\\Driver\\ClassMapMappingInterface\:\:configureMapping\(\) has no return typehint specified\./'
path: %currentWorkingDirectory%/src/Driver/ClassMapMappingInterface.php
-
message: '/Method Chubbyphp\\DoctrineDbServiceProvider\\Driver\\ClassMapMappingInterface\:\:configureMapping\(\) has parameter \$metadata with generic class Doctrine\\ORM\\Mapping\\ClassMetadata but does not specify its types\: T/'
path: %currentWorkingDirectory%/src/Driver/ClassMapMappingInterface.php
-
message: '/PHPDoc tag @var for variable \$reflectionParentClass contains generic class ReflectionClass but does not specify its types\: T/'
path: %currentWorkingDirectory%/*
-
message: '/Method Chubbyphp\\DoctrineDbServiceProvider\\Registry\\DoctrineOrmManagerRegistry\:\:getManagerForClass\(\) should return Doctrine\\Persistence\\ObjectManager\|null but return statement is missing\./'
path: %currentWorkingDirectory%/src/Registry/DoctrineOrmManagerRegistry.php
-
message: '/Method Chubbyphp\\DoctrineDbServiceProvider\\Registry\\Psr\\DoctrineOrmManagerRegistry\:\:getManagerForClass\(\) should return Doctrine\\Persistence\\ObjectManager\|null but return statement is missing\./'
path: %currentWorkingDirectory%/src/Registry/Psr/DoctrineOrmManagerRegistry.php