Skip to content

Commit

Permalink
add irrelevant error in psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Dec 15, 2023
1 parent ffea516 commit a5bf255
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,36 @@
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyBothUsage.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyIntersection.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
<ReservedWord>
<code><![CDATA[ProfileCreated&ProfileVisited $event]]></code>
</ReservedWord>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyMultipleApply.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithBrokenApplyNoType.php">
<MissingParamType>
<code>$event</code>
</MissingParamType>
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithEmptyApply.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithSnapshot.php">
<PropertyNotSetInConstructor>
Expand All @@ -197,6 +218,16 @@
<code>$messages</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/ProfileWithSuppressAll.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Fixture/WrongNormalizerBasicAggregate.php">
<PropertyNotSetInConstructor>
<code>$id</code>
</PropertyNotSetInConstructor>
</file>
<file src="tests/Unit/Pipeline/Source/InMemorySourceTest.php">
<InvalidMethodCall>
<code>current</code>
Expand Down

0 comments on commit a5bf255

Please sign in to comment.