phpstan.neon 513 B

1234567891011121314151617
  1. parameters:
  2. reportUnmatchedIgnoredErrors: false
  3. level: 4
  4. paths:
  5. - ./src/
  6. ignoreErrors:
  7. - '#Unsafe usage of new static#'
  8. - '#class Fiber#'
  9. - '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
  10. - '#Function Swoole\\Coroutine\\run not found.#'
  11. dynamicConstantNames:
  12. - PHP_OS_FAMILY
  13. excludePaths:
  14. analyseAndScan:
  15. - ./src/globals/ext-tests/swoole.php
  16. - ./src/globals/ext-tests/swoole.phpt
  17. - ./src/globals/test-extensions.php