phpstan-baseline.neon 499 B

1234567891011121314151617
  1. parameters:
  2. ignoreErrors:
  3. -
  4. message: "#^Method Composer\\\\Pcre\\\\Preg\\:\\:matchAll\\(\\) should return int\\<0, max\\> but returns int\\.$#"
  5. count: 1
  6. path: src/Preg.php
  7. -
  8. message: "#^Method Composer\\\\Pcre\\\\Preg\\:\\:matchAllWithOffsets\\(\\) should return int\\<0, max\\> but returns int\\.$#"
  9. count: 1
  10. path: src/Preg.php
  11. -
  12. message: "#^Strict comparison using \\=\\=\\= between int and null will always evaluate to false\\.$#"
  13. count: 2
  14. path: src/Preg.php