initial commit

This commit is contained in:
crazywhalecc
2022-05-12 20:27:01 +08:00
parent ab34f6f1f3
commit 06b76e4c96
8 changed files with 580 additions and 3 deletions

8
phpstan.neon Normal file
View File

@@ -0,0 +1,8 @@
parameters:
reportUnmatchedIgnoredErrors: false
level: 4
paths:
- ./src/
ignoreErrors:
- '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#'
- '#Unsafe usage of new static#'