phpstan-baseline.neon 474 B

1234567891011
  1. parameters:
  2. ignoreErrors:
  3. -
  4. message: "#^Parameter \\#1 \\$operator of class Composer\\\\Semver\\\\Constraint\\\\Constraint constructor expects '\\!\\='\\|'\\<'\\|'\\<\\='\\|'\\<\\>'\\|'\\='\\|'\\=\\='\\|'\\>'\\|'\\>\\=', non\\-falsy\\-string given\\.$#"
  5. count: 1
  6. path: src/VersionParser.php
  7. -
  8. message: "#^Strict comparison using \\=\\=\\= between null and non\\-empty\\-string will always evaluate to false\\.$#"
  9. count: 2
  10. path: src/VersionParser.php