|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - rawMessage: Access to an undefined property chillerlan\SettingsTest\TestContainer::$foo. |
| 4 | + rawMessage: Access to an undefined property chillerlan\SettingsTest\Subjects\TestContainer::$foo. |
5 | 5 | identifier: property.notFound |
6 | 6 | count: 1 |
7 | 7 | path: tests/ContainerTest.php |
8 | 8 |
|
9 | 9 | - |
10 | | - rawMessage: Access to private property chillerlan\SettingsTest\ExceptionTestContainer::$inaccessible. |
| 10 | + rawMessage: Access to private property chillerlan\SettingsTest\Subjects\ExceptionTestContainer::$inaccessible. |
11 | 11 | identifier: property.private |
12 | 12 | count: 2 |
13 | 13 | path: tests/ContainerTest.php |
14 | 14 |
|
15 | 15 | - |
16 | | - rawMessage: Access to private property chillerlan\SettingsTest\TestContainer::$test3. |
| 16 | + rawMessage: Access to private property chillerlan\SettingsTest\Subjects\TestContainer::$test3. |
17 | 17 | identifier: property.private |
18 | 18 | count: 6 |
19 | 19 | path: tests/ContainerTest.php |
20 | 20 |
|
21 | 21 | - |
22 | | - rawMessage: Access to protected property chillerlan\SettingsTest\ExceptionTestContainer::$accessible. |
| 22 | + rawMessage: Access to protected property chillerlan\SettingsTest\Subjects\ExceptionTestContainer::$accessible. |
23 | 23 | identifier: property.protected |
24 | 24 | count: 3 |
25 | 25 | path: tests/ContainerTest.php |
@@ -55,49 +55,49 @@ parameters: |
55 | 55 | path: tests/ContainerTest.php |
56 | 56 |
|
57 | 57 | - |
58 | | - rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test1 (string) in isset() is not nullable.' |
| 58 | + rawMessage: 'Property chillerlan\SettingsTest\Subjects\TestContainer::$test1 (string) in isset() is not nullable.' |
59 | 59 | identifier: isset.property |
60 | 60 | count: 2 |
61 | 61 | path: tests/ContainerTest.php |
62 | 62 |
|
63 | 63 | - |
64 | | - rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test3 (string) in isset() is not nullable.' |
| 64 | + rawMessage: 'Property chillerlan\SettingsTest\Subjects\TestContainer::$test3 (string) in isset() is not nullable.' |
65 | 65 | identifier: isset.property |
66 | 66 | count: 1 |
67 | 67 | path: tests/ContainerTest.php |
68 | 68 |
|
69 | 69 | - |
70 | | - rawMessage: 'Property chillerlan\SettingsTest\ExceptionTestContainer::$inaccessible is never read, only written.' |
71 | | - identifier: property.onlyWritten |
72 | | - count: 1 |
73 | | - path: tests/ExceptionTestContainer.php |
74 | | - |
75 | | - - |
76 | | - rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test1. |
| 70 | + rawMessage: Access to protected property chillerlan\SettingsTest\Subjects\PropertyHooksContainer::$test1. |
77 | 71 | identifier: property.protected |
78 | 72 | count: 4 |
79 | 73 | path: tests/PropertyHooksTest.php |
80 | 74 |
|
81 | 75 | - |
82 | | - rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test2. |
| 76 | + rawMessage: Access to protected property chillerlan\SettingsTest\Subjects\PropertyHooksContainer::$test2. |
83 | 77 | identifier: property.protected |
84 | 78 | count: 4 |
85 | 79 | path: tests/PropertyHooksTest.php |
86 | 80 |
|
87 | 81 | - |
88 | | - rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test3. |
| 82 | + rawMessage: Access to protected property chillerlan\SettingsTest\Subjects\PropertyHooksContainer::$test3. |
89 | 83 | identifier: property.protected |
90 | 84 | count: 5 |
91 | 85 | path: tests/PropertyHooksTest.php |
92 | 86 |
|
93 | 87 | - |
94 | | - rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test4. |
| 88 | + rawMessage: Access to protected property chillerlan\SettingsTest\Subjects\PropertyHooksContainer::$test4. |
95 | 89 | identifier: property.protected |
96 | 90 | count: 5 |
97 | 91 | path: tests/PropertyHooksTest.php |
98 | 92 |
|
99 | 93 | - |
100 | | - rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test3 is never read, only written.' |
| 94 | + rawMessage: 'Property chillerlan\SettingsTest\Subjects\ExceptionTestContainer::$inaccessible is never read, only written.' |
| 95 | + identifier: property.onlyWritten |
| 96 | + count: 1 |
| 97 | + path: tests/Subjects/ExceptionTestContainer.php |
| 98 | + |
| 99 | + - |
| 100 | + rawMessage: 'Property chillerlan\SettingsTest\Subjects\TestContainer::$test3 is never read, only written.' |
101 | 101 | identifier: property.onlyWritten |
102 | 102 | count: 1 |
103 | | - path: tests/TestContainer.php |
| 103 | + path: tests/Subjects/TestContainer.php |
0 commit comments