initial framework commit

This commit is contained in:
crazywhalecc
2023-03-15 20:40:49 +08:00
parent 36ce06c3ca
commit 5d347adbcf
19 changed files with 1456 additions and 0 deletions

12
phpstan.neon Normal file
View 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