haiku-atelier-2024/phpstan.neon
2024-11-10 18:28:30 +01:00

11 lines
284 B
Text

parameters:
level: 6
paths:
- web/app/themes/haiku-atelier-2024
scanDirectories:
- vendor
- web/app/plugins
- web/vendor
- web/wp
typeAliases:
InformationsProduitShop: 'array{id: int, nom: string, prix: string, photo_repos: string, photo_survol: string, url: string}'