-
Notifications
You must be signed in to change notification settings - Fork 77
/
phpstan.neon.dist
24 lines (23 loc) · 1.13 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
parameters:
level: 7
paths:
- src
ignoreErrors:
-
message: '~^Function config_path not found.$~'
-
message: '~^Function database_path not found.$~'
-
message: '~^Used function database_path not found.$~'
-
path: src/Console
message: '~^Parameter #1 \$name of method LaravelDoctrine\\Migrations\\Configuration\\DependencyFactoryProvider::fromEntityManagerName\(\)~'
-
path: src/Console
message: '~^Parameter #1 \$name of method LaravelDoctrine\\Migrations\\Configuration\\ConfigurationFactory::getConfigAsRepository\(\)~'
-
path: src/MigrationsServiceProvider.php
message: '~^Call to an undefined method Illuminate\\Contracts\\Foundation\\Application::configure\(\).~'
-
path: src/Configuration/DependencyFactoryProvider.php
message: '~^Parameter #1 \$entityManager of class Doctrine\\Migrations\\Configuration\\EntityManager\\ExistingEntityManager constructor expects Doctrine\\ORM\\EntityManagerInterface, Doctrine\\Persistence\\ObjectManager given.~'