-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
77 lines (62 loc) · 2.95 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
67
68
69
70
71
72
73
74
75
76
parameters:
ignoreErrors:
-
message: "#^Return type \\(Firehed\\\\Mocktrine\\\\InMemoryRepository\\<Entity of object\\>\\) of method Firehed\\\\Mocktrine\\\\InMemoryEntityManager\\:\\:getRepository\\(\\) should be compatible with return type \\(Doctrine\\\\ORM\\\\EntityRepository\\<object\\>\\) of method Doctrine\\\\ORM\\\\EntityManagerInterface\\:\\:getRepository\\(\\)$#"
count: 1
path: src/InMemoryEntityManager.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\RepositoryContainer\\:\\:\\$values with generic class Firehed\\\\Mocktrine\\\\InMemoryRepository does not specify its types\\: Entity$#"
count: 1
path: src/RepositoryContainer.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\GrabBag\\:\\:\\$boolField is never read, only written\\.$#"
count: 1
path: tests/Entities/GrabBag.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\GrabBag\\:\\:\\$dateField is never read, only written\\.$#"
count: 1
path: tests/Entities/GrabBag.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\GrabBag\\:\\:\\$floatField is never read, only written\\.$#"
count: 1
path: tests/Entities/GrabBag.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\GrabBag\\:\\:\\$id is unused\\.$#"
count: 1
path: tests/Entities/GrabBag.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\GrabBag\\:\\:\\$strField is never read, only written\\.$#"
count: 1
path: tests/Entities/GrabBag.php
-
message: "#^Class Firehed\\\\Mocktrine\\\\Entities\\\\ReadonlyGeneratedId has an uninitialized readonly property \\$id\\. Assign it in the constructor\\.$#"
count: 1
path: tests/Entities/ReadonlyGeneratedId.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\StringId\\:\\:\\$id is never written, only read\\.$#"
count: 1
path: tests/Entities/StringId.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\TypedId\\:\\:\\$id is never written, only read\\.$#"
count: 1
path: tests/Entities/TypedId.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\UnspecifiedId\\:\\:\\$id is never written, only read\\.$#"
count: 1
path: tests/Entities/UnspecifiedId.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\User\\:\\:\\$active is never read, only written\\.$#"
count: 1
path: tests/Entities/User.php
-
message: "#^Property Firehed\\\\Mocktrine\\\\Entities\\\\User\\:\\:\\$notAColumn is never read, only written\\.$#"
count: 1
path: tests/Entities/User.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with false and 'First callback did…' will always evaluate to false\\.$#"
count: 1
path: tests/InMemoryEntityManagerTest.php
-
message: "#^Call to method PHPUnit\\\\Framework\\\\Assert\\:\\:assertTrue\\(\\) with false and 'Second callback did…' will always evaluate to false\\.$#"
count: 1
path: tests/InMemoryEntityManagerTest.php