-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan.neon
36 lines (30 loc) · 1.22 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
parameters:
ignoreErrors:
-
message: "#^Access to private property AngryBytes\\\\DomainObject\\\\Test\\\\Bar\\:\\:\\$bar\\.$#"
count: 1
path: tests/AngryBytes/DomainObject/Test/ComposedTest.php
-
message: "#^Access to private property AngryBytes\\\\DomainObject\\\\Test\\\\Bar\\:\\:\\$foo\\.$#"
count: 1
path: tests/AngryBytes/DomainObject/Test/ComposedTest.php
-
message: "#^Access to private property AngryBytes\\\\DomainObject\\\\Test\\\\Foo\\:\\:\\$bar\\.$#"
count: 1
path: tests/AngryBytes/DomainObject/Test/ComposedTest.php
-
message: "#^Cannot access offset 'bar' on mixed\\.$#"
count: 1
path: tests/AngryBytes/DomainObject/Test/ComposedTest.php
-
identifier: argument.type
count: 2
path: tests/AngryBytes/DomainObject/Test/ComposedTest.php
-
message: "#^Access to private property AngryBytes\\\\DomainObject\\\\Test\\\\Foo\\:\\:\\$bar\\.$#"
count: 1
path: tests/AngryBytes/DomainObject/Test/PropertiesTest.php
-
message: "#^Access to private property AngryBytes\\\\DomainObject\\\\Test\\\\Foo\\:\\:\\$foo\\.$#"
count: 1
path: tests/AngryBytes/DomainObject/Test/PropertiesTest.php