mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 16:55:38 +08:00
initial framework commit
This commit is contained in:
12
phpstan.neon
Normal file
12
phpstan.neon
Normal file
@@ -0,0 +1,12 @@
|
||||
parameters:
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
level: 4
|
||||
paths:
|
||||
- ./src/
|
||||
ignoreErrors:
|
||||
- '#Constant .* not found#'
|
||||
- '#Unsafe usage of new static#'
|
||||
- '#class Fiber#'
|
||||
- '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
|
||||
dynamicConstantNames:
|
||||
- PHP_OS_FAMILY
|
||||
Reference in New Issue
Block a user