mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 04:56:09 +01:00
Daniel Siepmann
f618536ff9
In order to static analyze code and prevent bugs when changing code. Fix issues in most of the files.
9 lines
197 B
Text
9 lines
197 B
Text
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- Classes
|
|
- Configuration
|
|
checkMissingIterableValueType: false
|
|
reportUnmatchedIgnoredErrors: false
|