mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-03-30 22:33:02 +02:00
Added ECS and PHPStan
With helper batch files
This commit is contained in:
26
php/phpstan.neon
Normal file
26
php/phpstan.neon
Normal file
@@ -0,0 +1,26 @@
|
||||
includes:
|
||||
- vendor/symplify/phpstan-extensions/config/config.neon
|
||||
- vendor/phpstan/phpstan-phpunit/extension.neon
|
||||
|
||||
parameters:
|
||||
paths:
|
||||
- src
|
||||
- tests
|
||||
|
||||
# The level 8 is the highest level
|
||||
level: 8
|
||||
|
||||
# Larstan recommendation:
|
||||
checkMissingIterableValueType: false
|
||||
|
||||
ignoreErrors:
|
||||
|
||||
# buggy
|
||||
|
||||
# mixed
|
||||
|
||||
# cache buggy
|
||||
|
||||
# tests
|
||||
|
||||
# iterable
|
||||
Reference in New Issue
Block a user