Skip to content

Commit ce29649

Browse files
committed
update psalm baseline
1 parent 9d1e3e9 commit ce29649

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

psalm-baseline.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<PossiblyInvalidArgument occurrences="1">
55
<code>$this-&gt;argument('index')</code>
66
</PossiblyInvalidArgument>
7+
<PossiblyInvalidCast occurrences="1">
8+
<code>config('elastica-bridge.connection')</code>
9+
</PossiblyInvalidCast>
710
</file>
811
<file src="src/Jobs/PopulateBatchIndex.php">
912
<PossiblyNullReference occurrences="1">
@@ -16,4 +19,9 @@
1619
<code>cancelled</code>
1720
</PossiblyNullReference>
1821
</file>
22+
<file src="src/Jobs/SetupIndex.php">
23+
<PossiblyNullReference occurrences="1">
24+
<code>cancelled</code>
25+
</PossiblyNullReference>
26+
</file>
1927
</files>

0 commit comments

Comments
 (0)