We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1e3e9 commit ce29649Copy full SHA for ce29649
psalm-baseline.xml
@@ -4,6 +4,9 @@
4
<PossiblyInvalidArgument occurrences="1">
5
<code>$this->argument('index')</code>
6
</PossiblyInvalidArgument>
7
+ <PossiblyInvalidCast occurrences="1">
8
+ <code>config('elastica-bridge.connection')</code>
9
+ </PossiblyInvalidCast>
10
</file>
11
<file src="src/Jobs/PopulateBatchIndex.php">
12
<PossiblyNullReference occurrences="1">
@@ -16,4 +19,9 @@
16
19
<code>cancelled</code>
17
20
</PossiblyNullReference>
18
21
22
+ <file src="src/Jobs/SetupIndex.php">
23
+ <PossiblyNullReference occurrences="1">
24
+ <code>cancelled</code>
25
+ </PossiblyNullReference>
26
+ </file>
27
</files>
0 commit comments