@@ -5,3 +5,51 @@ parameters:
55 identifier : argument.type
66 count : 1
77 path : src/DependencyInjection/QueryHandlerCompilerPass.php
8+
9+ -
10+ message : ' #^Property Patchlevel\\EventSourcingBundle\\Tests\\Fixtures\\Profile\:\:\$id is never read, only written\.$#'
11+ identifier : property.onlyWritten
12+ count : 1
13+ path : tests/Fixtures/Profile.php
14+
15+ -
16+ message : ' #^Property Patchlevel\\EventSourcingBundle\\Tests\\Fixtures\\SnapshotableProfile\:\:\$id is unused\.$#'
17+ identifier : property.unused
18+ count : 1
19+ path : tests/Fixtures/SnapshotableProfile.php
20+
21+ -
22+ message : ' #^Call to an undefined method Symfony\\Component\\DependencyInjection\\ContainerBuilder\:\:getAutoconfiguredAttributes\(\)\.$#'
23+ identifier : method.notFound
24+ count : 1
25+ path : tests/Unit/PatchlevelEventSourcingBundleTest.php
26+
27+ -
28+ message : ' #^Cannot access offset ' ' Patchlevel\\\\EventSourcing\\\\Attribute\\\\Aggregate' ' \|' ' Patchlevel\\\\EventSourcing\\\\Attribute\\\\Event' ' on mixed\.$#'
29+ identifier : offsetAccess.nonOffsetAccessible
30+ count : 1
31+ path : tests/Unit/PatchlevelEventSourcingBundleTest.php
32+
33+ -
34+ message : ' #^Cannot access offset ' ' bus' ' on mixed\.$#'
35+ identifier : offsetAccess.nonOffsetAccessible
36+ count : 3
37+ path : tests/Unit/PatchlevelEventSourcingBundleTest.php
38+
39+ -
40+ message : ' #^Cannot access offset ' ' handles' ' on mixed\.$#'
41+ identifier : offsetAccess.nonOffsetAccessible
42+ count : 3
43+ path : tests/Unit/PatchlevelEventSourcingBundleTest.php
44+
45+ -
46+ message : ' #^Cannot access offset ' ' method' ' on mixed\.$#'
47+ identifier : offsetAccess.nonOffsetAccessible
48+ count : 2
49+ path : tests/Unit/PatchlevelEventSourcingBundleTest.php
50+
51+ -
52+ message : ' #^Trying to invoke mixed but it' ' s not a callable\.$#'
53+ identifier : callable.nonCallable
54+ count : 1
55+ path : tests/Unit/PatchlevelEventSourcingBundleTest.php
0 commit comments