phpstan.neon 536 B

123456789101112131415161718
  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. - '#Function Swoole\\Coroutine\\run not found.#'
  12. dynamicConstantNames:
  13. - PHP_OS_FAMILY
  14. excludePaths:
  15. analyseAndScan:
  16. - ./src/globals/tests/swoole.php
  17. - ./src/globals/tests/swoole.phpt
  18. - ./src/globals/test-extensions.php