|
291 | 291 | </MixedReturnStatement>
|
292 | 292 | </file>
|
293 | 293 | <file src="src/Model/SearchIndexInput.php">
|
294 |
| - <DocblockTypeContradiction occurrences="1"> |
| 294 | + <DocblockTypeContradiction occurrences="2"> |
| 295 | + <code>! is_array($index['definition']) && ! is_object($index['definition'])</code> |
295 | 296 | <code>is_string($index['name'])</code>
|
296 | 297 | </DocblockTypeContradiction>
|
297 | 298 | <MixedReturnStatement occurrences="1">
|
298 | 299 | <code>$this->index['name']</code>
|
299 | 300 | </MixedReturnStatement>
|
300 |
| - <RedundantConditionGivenDocblockType occurrences="1"> |
301 |
| - <code>! is_array($index['definition']) && ! is_object($index['definition'])</code> |
302 |
| - </RedundantConditionGivenDocblockType> |
| 301 | + <PossiblyInvalidPropertyFetch occurrences="1"> |
| 302 | + <code>$index['definition']->mappings</code> |
| 303 | + </PossiblyInvalidPropertyFetch> |
303 | 304 | </file>
|
304 | 305 | <file src="src/Operation/Aggregate.php">
|
305 | 306 | <MixedArgument occurrences="2">
|
|
752 | 753 | </DocblockTypeContradiction>
|
753 | 754 | </file>
|
754 | 755 | <file src="src/Operation/UpdateSearchIndex.php">
|
755 |
| - <RedundantConditionGivenDocblockType occurrences="1"> |
756 |
| - <code>! is_object($definition)</code> |
757 |
| - </RedundantConditionGivenDocblockType> |
| 756 | + <DocblockTypeContradiction occurrences="1"> |
| 757 | + <code>! is_array($definition) && ! is_object($definition)</code> |
| 758 | + </DocblockTypeContradiction> |
758 | 759 | </file>
|
759 | 760 | <file src="src/Operation/Watch.php">
|
760 | 761 | <DocblockTypeContradiction occurrences="1">
|
|
0 commit comments