fix: corrige certains soucis avec les emails
This commit is contained in:
parent
71c35a497f
commit
c6664a7597
16 changed files with 179 additions and 121 deletions
32
phpstan.neon
32
phpstan.neon
|
|
@ -1,12 +1,22 @@
|
|||
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}'
|
||||
parallel:
|
||||
maximumNumberOfProcesses: 8
|
||||
level: 6
|
||||
paths:
|
||||
- web/app/themes/haiku-atelier-2024
|
||||
scanDirectories:
|
||||
- vendor
|
||||
- web/app
|
||||
- web/vendor
|
||||
- web/wp
|
||||
scanFiles:
|
||||
- .php-cs-fixer.dist.php
|
||||
- web/index.php
|
||||
- web/wp-config.php
|
||||
|
||||
excludePaths:
|
||||
analyse:
|
||||
- web/app/themes/la-fille-davril/vendor
|
||||
analyseAndScan:
|
||||
- web/app/themes/twentytwentyfour
|
||||
- web/app/languages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue