mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 7
|
|
paths:
|
|
- src
|
|
excludePaths:
|
|
- src/Bundle/*/config/*
|
|
- src/Bundle/*/Test/*
|
|
- src/Bundle/*/Tests/*
|
|
- src/Bundle/*/migrations/*
|
|
- src/Bundle/*/translations/*
|
|
- src/Bundle/*/Resources/*
|
|
- docs/
|
|
- tests/
|
|
|