|
1 | 1 | parameters: |
2 | 2 | ignoreErrors: |
| 3 | + - |
| 4 | + message: '#^Parameter \#2 \$id of static method Patchlevel\\EventSourcingBundle\\DependencyInjection\\ServiceAliasResolver\:\:resolve\(\) expects string, array\|bool\|float\|int\|string\|null given\.$#' |
| 5 | + identifier: argument.type |
| 6 | + count: 1 |
| 7 | + path: src/DependencyInjection/CommandHandlerCompilerPass.php |
| 8 | + |
3 | 9 | - |
4 | 10 | message: '#^Parameter \#1 \$classString of static method Patchlevel\\EventSourcing\\QueryBus\\HandlerFinder\:\:findInClass\(\) expects class\-string, string given\.$#' |
5 | 11 | identifier: argument.type |
6 | 12 | count: 1 |
7 | 13 | path: src/DependencyInjection/QueryHandlerCompilerPass.php |
| 14 | + |
| 15 | + - |
| 16 | + message: '#^Parameter \#2 \$id of static method Patchlevel\\EventSourcingBundle\\DependencyInjection\\ServiceAliasResolver\:\:resolve\(\) expects string, array\|bool\|float\|int\|string\|null given\.$#' |
| 17 | + identifier: argument.type |
| 18 | + count: 1 |
| 19 | + path: src/DependencyInjection/QueryHandlerCompilerPass.php |
| 20 | + |
| 21 | + - |
| 22 | + message: '#^Property Patchlevel\\EventSourcingBundle\\Tests\\Fixtures\\Profile\:\:\$id is never read, only written\.$#' |
| 23 | + identifier: property.onlyWritten |
| 24 | + count: 1 |
| 25 | + path: tests/Fixtures/Profile.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Property Patchlevel\\EventSourcingBundle\\Tests\\Fixtures\\SnapshotableProfile\:\:\$id is unused\.$#' |
| 29 | + identifier: property.unused |
| 30 | + count: 1 |
| 31 | + path: tests/Fixtures/SnapshotableProfile.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Call to an undefined method Symfony\\Component\\DependencyInjection\\ContainerBuilder\:\:getAutoconfiguredAttributes\(\)\.$#' |
| 35 | + identifier: method.notFound |
| 36 | + count: 1 |
| 37 | + path: tests/Unit/PatchlevelEventSourcingBundleTest.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Cannot access offset ''Patchlevel\\\\EventSourcing\\\\Attribute\\\\Aggregate''\|''Patchlevel\\\\EventSourcing\\\\Attribute\\\\Event'' on mixed\.$#' |
| 41 | + identifier: offsetAccess.nonOffsetAccessible |
| 42 | + count: 1 |
| 43 | + path: tests/Unit/PatchlevelEventSourcingBundleTest.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Cannot access offset ''bus'' on mixed\.$#' |
| 47 | + identifier: offsetAccess.nonOffsetAccessible |
| 48 | + count: 3 |
| 49 | + path: tests/Unit/PatchlevelEventSourcingBundleTest.php |
| 50 | + |
| 51 | + - |
| 52 | + message: '#^Cannot access offset ''handles'' on mixed\.$#' |
| 53 | + identifier: offsetAccess.nonOffsetAccessible |
| 54 | + count: 3 |
| 55 | + path: tests/Unit/PatchlevelEventSourcingBundleTest.php |
| 56 | + |
| 57 | + - |
| 58 | + message: '#^Cannot access offset ''method'' on mixed\.$#' |
| 59 | + identifier: offsetAccess.nonOffsetAccessible |
| 60 | + count: 2 |
| 61 | + path: tests/Unit/PatchlevelEventSourcingBundleTest.php |
| 62 | + |
| 63 | + - |
| 64 | + message: '#^Trying to invoke mixed but it''s not a callable\.$#' |
| 65 | + identifier: callable.nonCallable |
| 66 | + count: 1 |
| 67 | + path: tests/Unit/PatchlevelEventSourcingBundleTest.php |
0 commit comments