phpstan.neon 689 B

1234567891011121314
  1. parameters:
  2. level: 10
  3. checkUninitializedProperties: true
  4. paths:
  5. - src
  6. ignoreErrors:
  7. - '~Impure call to function array_shift\(\) in pure method~'
  8. - '~Possibly impure call to function assert\(\) in pure method~'
  9. - '~Possibly impure call to function hex2bin\(\) in pure method~'
  10. - '~Possibly impure call to function preg_match\(\) in pure method~'
  11. - '~Impure static variable in pure method Brick\\Math\\Big(Integer|Decimal|Rational)::(zero|one|ten)\(\)~'
  12. -
  13. message: '~Parameter #\d \$\S+ of function bc\S+ expects numeric-string, string given~'
  14. path: src/Internal/Calculator/BcMathCalculator.php