fix: corrige certains soucis avec les emails

This commit is contained in:
gcch 2025-11-10 18:18:43 +01:00
commit c6664a7597
16 changed files with 179 additions and 121 deletions

View file

@ -1,7 +1,7 @@
php-version = "8.4.0"
[source]
excludes = []
excludes = ["web/wp/wp-admin/includes/noop.php"]
extensions = ["php"]
includes = ["config", "vendor", "web/app/plugins", "web/vendor", "web/wp"]
paths = ["web/app/themes/haiku-atelier-2024/"]
@ -86,12 +86,15 @@ php-version = "8.4.0"
integrations = ["wordpress"]
[linter.rules]
ambiguous-function-call = { enabled = false }
ambiguous-function-call = { enabled = true }
halstead = { effort-threshold = 7000 }
literal-named-argument = { enabled = false }
no-redundant-readonly = { enabled = true }
no-redundant-use = { enabled = true }
no-variable-variable = { enabled = true }
[analyzer]
allow-possibly-undefined-array-keys = false
allow-possibly-undefined-array-keys = true
analyze-dead-code = true
check-arrow-function-missing-type-hints = true
check-closure-missing-type-hints = true