2024-10-02

This commit is contained in:
gcch 2024-10-02 15:44:13 +02:00
commit 59a236f0fa
45 changed files with 230 additions and 106 deletions

9
phpstan.neon Normal file
View file

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