phpstan.neon 306 B

123456789101112
  1. parameters:
  2. reportUnmatchedIgnoredErrors: false
  3. level: 4
  4. paths:
  5. - ./src/
  6. ignoreErrors:
  7. - '#Constant .* not found#'
  8. - '#Unsafe usage of new static#'
  9. - '#class Fiber#'
  10. - '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
  11. dynamicConstantNames:
  12. - PHP_OS_FAMILY