|
288 | 288 | </MixedReturnStatement>
|
289 | 289 | </file>
|
290 | 290 | <file src="src/Model/SearchIndexInput.php">
|
291 |
| - <DocblockTypeContradiction occurrences="1"> |
| 291 | + <DocblockTypeContradiction occurrences="2"> |
| 292 | + <code>! is_array($index['definition']) && ! is_object($index['definition'])</code> |
292 | 293 | <code>is_string($index['name'])</code>
|
293 | 294 | </DocblockTypeContradiction>
|
294 | 295 | <MixedReturnStatement occurrences="1">
|
295 | 296 | <code>$this->index['name']</code>
|
296 | 297 | </MixedReturnStatement>
|
297 |
| - <RedundantConditionGivenDocblockType occurrences="1"> |
298 |
| - <code>! is_array($index['definition']) && ! is_object($index['definition'])</code> |
299 |
| - </RedundantConditionGivenDocblockType> |
| 298 | + <PossiblyInvalidPropertyFetch occurrences="1"> |
| 299 | + <code>$index['definition']->mappings</code> |
| 300 | + </PossiblyInvalidPropertyFetch> |
300 | 301 | </file>
|
301 | 302 | <file src="src/Operation/Aggregate.php">
|
302 | 303 | <MixedArgument occurrences="2">
|
|
726 | 727 | </DocblockTypeContradiction>
|
727 | 728 | </file>
|
728 | 729 | <file src="src/Operation/UpdateSearchIndex.php">
|
729 |
| - <RedundantConditionGivenDocblockType occurrences="1"> |
730 |
| - <code>! is_object($definition)</code> |
731 |
| - </RedundantConditionGivenDocblockType> |
| 730 | + <DocblockTypeContradiction occurrences="1"> |
| 731 | + <code>! is_array($definition) && ! is_object($definition)</code> |
| 732 | + </DocblockTypeContradiction> |
732 | 733 | </file>
|
733 | 734 | <file src="src/Operation/Watch.php">
|
734 | 735 | <DocblockTypeContradiction occurrences="1">
|
|
0 commit comments