diff --git a/baseline.xml b/baseline.xml
index 6f24145b1..ef1f03ece 100644
--- a/baseline.xml
+++ b/baseline.xml
@@ -20,14 +20,6 @@
getName()]]>
-
-
- $headers
-
-
- Headers
-
-
@@ -104,6 +96,11 @@
$index
+
+
+
+
+
$normalizedCustomHeaders
@@ -193,23 +190,6 @@
$name
-
-
- 'bar',
- 'aggregateName' => 'profile',
- 'aggregateId' => '1',
- 'playhead' => 3,
- 'recordedOn' => $recordedAt,
- 'newStreamStart' => true,
- 'archived' => true,
- ]]]>
-
-
- assertSame
- assertSame
-
-
$value
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 19fe62935..dcf8c680d 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -6,7 +6,7 @@ parameters:
path: src/Console/DoctrineHelper.php
-
- message: "#^Method Patchlevel\\\\EventSourcing\\\\EventBus\\\\Message\\:\\:headers\\(\\) should return array\\{aggregateName\\?\\: string, aggregateId\\?\\: string, playhead\\?\\: int\\<1, max\\>, recordedOn\\?\\: DateTimeImmutable, newStreamStart\\?\\: bool, archived\\?\\: bool\\} but returns non\\-empty\\-array\\\\.$#"
+ message: "#^Property Patchlevel\\\\EventSourcing\\\\EventBus\\\\Message\\\\:\\:\\$headers \\(array\\{aggregateName\\?\\: string, aggregateId\\?\\: string, playhead\\?\\: int\\<1, max\\>, recordedOn\\?\\: DateTimeImmutable, newStreamStart\\?\\: bool, archived\\?\\: bool\\}\\) does not accept non\\-empty\\-array\\\\.$#"
count: 1
path: src/EventBus/Message.php
@@ -35,6 +35,11 @@ parameters:
count: 1
path: src/Store/ArrayStream.php
+ -
+ message: "#^Parameter \\#1 \\$headers of method Patchlevel\\\\EventSourcing\\\\EventBus\\\\Message\\