forked from spryker/kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
79 lines (65 loc) · 2.8 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
parameters:
bootstrap: %rootDir%/../../../phpstan-bootstrap.php
ignoreErrors:
- '#Call to method .+ on an unknown class .+DialogHelper.#'
- '#Call to an undefined method .+ActiveRecordInterface::save\(\)#'
- '#Access to an undefined static property .+EntityTransferInterface::\$entityNamespace.#'
- '#Call to an undefined method .+ActiveRecordInterface::toArray\(\).#'
- '#Access to undefined constant .+ActiveRecordInterface::TABLE_MAP.#'
- '#Method .+Abstract.+::resolveBundleConfig\(\) should return .+AbstractBundleConfig but returns Spryker\\Shared\\Kernel\\AbstractBundleConfig#'
- '#Call to function method\_exists\(\) with string and .+ will always evaluate to false\.#'
- '#Parameter \#1 $var of function count expects array|Countable, object given#'
- '#Parameter \#2 $default of method .+Console::ask\(\) expects string|null, bool given#'
services:
-
class: PhpStan\DynamicType\FacadeDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\QueryContainerDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ConsoleDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ControllerDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\PluginDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ServiceDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ConfigDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ClientDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ClientPluginDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\YvesFormTypeDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ZedFormTypeDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\YvesFactoryDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: PhpStan\DynamicType\ZedFactoryDynamicTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension