init
This commit is contained in:
commit
de73fc619a
3560 changed files with 747274 additions and 0 deletions
12
phpstan.neon
Executable file
12
phpstan.neon
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
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}'
|
||||
InformationsVariation: 'array{id: int, titre: string, prix: string}'
|
||||
Loading…
Add table
Add a link
Reference in a new issue