feat(monorepo): migrate to typescript monorepo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
includes:
|
||||
- vendor/phpstan/phpstan-symfony/extension.neon
|
||||
- vendor/phpstan/phpstan-symfony/rules.neon
|
||||
# - vendor/phpstan/phpstan-doctrine/extension.neon
|
||||
# - vendor/phpstan/phpstan-doctrine/rules.neon
|
||||
|
||||
parameters:
|
||||
level: 8
|
||||
paths:
|
||||
- bin/
|
||||
- config/
|
||||
- public/
|
||||
- src/
|
||||
- tests/
|
||||
ignoreErrors:
|
||||
- identifier: missingType.iterableValue
|
||||
# doctrine:
|
||||
# objectManagerLoader: tests/object-manager.php
|
||||
# allowNullablePropertyForRequiredField: true
|
||||
Reference in New Issue
Block a user