baseline.xml 459 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <files psalm-version="4.x-dev@">
  3. <file src="src/Context.php">
  4. <RedundantConditionGivenDocblockType occurrences="1">
  5. <code>is_array($array)</code>
  6. </RedundantConditionGivenDocblockType>
  7. <ReferenceConstraintViolation occurrences="2">
  8. <code>return $this-&gt;addArray($value);</code>
  9. <code>return $this-&gt;containsArray($value);</code>
  10. </ReferenceConstraintViolation>
  11. </file>
  12. </files>