|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
3 | 3 | - |
4 | | - rawMessage: Access to constant Get on an unknown class PropertyHookType. |
5 | | - identifier: class.notFound |
| 4 | + rawMessage: Access to an undefined property chillerlan\SettingsTest\TestContainer::$foo. |
| 5 | + identifier: property.notFound |
6 | 6 | count: 1 |
7 | | - path: src/SettingsContainerAbstract.php |
| 7 | + path: tests/ContainerTest.php |
8 | 8 |
|
9 | 9 | - |
10 | | - rawMessage: Access to constant Set on an unknown class PropertyHookType. |
11 | | - identifier: class.notFound |
| 10 | + rawMessage: Access to private property chillerlan\SettingsTest\TestContainer::$test3. |
| 11 | + identifier: property.private |
| 12 | + count: 6 |
| 13 | + path: tests/ContainerTest.php |
| 14 | + |
| 15 | + - |
| 16 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertFalse() with true will always evaluate to false.' |
| 17 | + identifier: staticMethod.impossibleType |
12 | 18 | count: 1 |
13 | | - path: src/SettingsContainerAbstract.php |
| 19 | + path: tests/ContainerTest.php |
14 | 20 |
|
15 | 21 | - |
16 | | - rawMessage: 'Call to an undefined method ReflectionProperty::getRawValue().' |
17 | | - identifier: method.notFound |
18 | | - count: 2 |
19 | | - path: src/SettingsContainerAbstract.php |
| 22 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertFalse() with true will always evaluate to true.' |
| 23 | + identifier: staticMethod.alreadyNarrowedType |
| 24 | + count: 1 |
| 25 | + path: tests/ContainerTest.php |
| 26 | + |
| 27 | + - |
| 28 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertNull() with string will always evaluate to false.' |
| 29 | + identifier: staticMethod.impossibleType |
| 30 | + count: 3 |
| 31 | + path: tests/ContainerTest.php |
20 | 32 |
|
21 | 33 | - |
22 | | - rawMessage: 'Call to an undefined method ReflectionProperty::hasHook().' |
23 | | - identifier: method.notFound |
| 34 | + rawMessage: 'Call to static method PHPUnit\Framework\Assert::assertTrue() with true will always evaluate to true.' |
| 35 | + identifier: staticMethod.alreadyNarrowedType |
| 36 | + count: 1 |
| 37 | + path: tests/ContainerTest.php |
| 38 | + |
| 39 | + - |
| 40 | + rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test1 (string) in isset() is not nullable.' |
| 41 | + identifier: isset.property |
24 | 42 | count: 2 |
25 | | - path: src/SettingsContainerAbstract.php |
| 43 | + path: tests/ContainerTest.php |
| 44 | + |
| 45 | + - |
| 46 | + rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test3 (string) in isset() is not nullable.' |
| 47 | + identifier: isset.property |
| 48 | + count: 1 |
| 49 | + path: tests/ContainerTest.php |
| 50 | + |
| 51 | + - |
| 52 | + rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test1. |
| 53 | + identifier: property.protected |
| 54 | + count: 4 |
| 55 | + path: tests/PropertyHooksTest.php |
| 56 | + |
| 57 | + - |
| 58 | + rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test2. |
| 59 | + identifier: property.protected |
| 60 | + count: 4 |
| 61 | + path: tests/PropertyHooksTest.php |
| 62 | + |
| 63 | + - |
| 64 | + rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test3. |
| 65 | + identifier: property.protected |
| 66 | + count: 5 |
| 67 | + path: tests/PropertyHooksTest.php |
| 68 | + |
| 69 | + - |
| 70 | + rawMessage: Access to protected property chillerlan\SettingsTest\PropertyHooksContainer::$test4. |
| 71 | + identifier: property.protected |
| 72 | + count: 5 |
| 73 | + path: tests/PropertyHooksTest.php |
26 | 74 |
|
27 | 75 | - |
28 | | - rawMessage: 'Call to an undefined method ReflectionProperty::setRawValue().' |
29 | | - identifier: method.notFound |
| 76 | + rawMessage: 'Property chillerlan\SettingsTest\TestContainer::$test3 is never read, only written.' |
| 77 | + identifier: property.onlyWritten |
30 | 78 | count: 1 |
31 | | - path: src/SettingsContainerAbstract.php |
| 79 | + path: tests/TestContainer.php |
0 commit comments