1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

refactor(core): add phpstat.neon config file

This commit is contained in:
Awilum
2020-12-27 20:52:49 +03:00
parent 2b6d0af338
commit be1f12c700

View File

@@ -1,6 +1,9 @@
parameters:
level: 6
bootstrapFiles:
- index.php
level: max
paths:
- src
ignoreErrors:
- '/Constant PATH not found./'
- '/Constant ROOT_DIR not found./'
- '/Variable \$api_errors might not be defined./'
- '/Variable \$registry might not be defined./'