-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
67 lines (54 loc) · 2.58 KB
/
phpstan-baseline.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
parameters:
ignoreErrors:
-
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
count: 1
path: src/Model/BatchTime.php
-
message: "#^Short ternary operator is not allowed\\. Use null coalesce operator if applicable or consider using long ternary\\.$#"
count: 1
path: src/Type/BatchTimeType.php
-
message: "#^Method Nucleos\\\\Form\\\\Tests\\\\Bridge\\\\Symfony\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$container with no type specified\\.$#"
count: 1
path: tests/Bridge/Symfony/App/AppKernel.php
-
message: "#^Method Nucleos\\\\Form\\\\Tests\\\\Bridge\\\\Symfony\\\\App\\\\AppKernel\\:\\:configureContainer\\(\\) has parameter \\$loader with no type specified\\.$#"
count: 1
path: tests/Bridge/Symfony/App/AppKernel.php
-
message: "#^Method Nucleos\\\\Form\\\\Tests\\\\Bridge\\\\Symfony\\\\App\\\\AppKernel\\:\\:configureRoutes\\(\\) has parameter \\$routes with no type specified\\.$#"
count: 1
path: tests/Bridge/Symfony/App/AppKernel.php
-
message: "#^Call to method getResponse\\(\\) on an unknown class Symfony\\\\Component\\\\HttpKernel\\\\Client\\.$#"
count: 1
path: tests/Bridge/Symfony/Bundle/BundleIntegrationTest.php
-
message: "#^Call to method request\\(\\) on an unknown class Symfony\\\\Component\\\\HttpKernel\\\\Client\\.$#"
count: 1
path: tests/Bridge/Symfony/Bundle/BundleIntegrationTest.php
-
message: "#^Instantiated class Symfony\\\\Component\\\\HttpKernel\\\\Client not found\\.$#"
count: 1
path: tests/Bridge/Symfony/Bundle/BundleIntegrationTest.php
-
message: "#^Property Nucleos\\\\Form\\\\Tests\\\\Type\\\\DoctrineDiscriminatorTypeTest\\:\\:\\$classMetadata with generic class Doctrine\\\\ORM\\\\Mapping\\\\ClassMetadata does not specify its types\\: T$#"
count: 1
path: tests/Type/DoctrineDiscriminatorTypeTest.php
-
message: "#^Trying to mock an undefined method getBegin\\(\\) on class stdClass\\.$#"
count: 13
path: tests/Validator/Constraints/BatchTimeAfterValidatorTest.php
-
message: "#^Trying to mock an undefined method getEnd\\(\\) on class stdClass\\.$#"
count: 13
path: tests/Validator/Constraints/BatchTimeAfterValidatorTest.php
-
message: "#^Trying to mock an undefined method getBegin\\(\\) on class stdClass\\.$#"
count: 11
path: tests/Validator/Constraints/DateAfterValidatorTest.php
-
message: "#^Trying to mock an undefined method getEnd\\(\\) on class stdClass\\.$#"
count: 11
path: tests/Validator/Constraints/DateAfterValidatorTest.php