From 445cc23abdda5767b622d70cf7b5eb5310dcf908 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 22 May 2023 20:55:59 +0200 Subject: PHPStan Level 7 complete (#5406) * PHPStan Level 7 complete * Start PHPStan Level 8 * Forgot exclude .phtml --- lib/Minz/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Minz/Configuration.php') diff --git a/lib/Minz/Configuration.php b/lib/Minz/Configuration.php index 4ed0233f4..bbe20b153 100644 --- a/lib/Minz/Configuration.php +++ b/lib/Minz/Configuration.php @@ -9,7 +9,7 @@ * @property-read string $environment * @property array $extensions_enabled * @property-read string $mailer - * @property-read array $smtp + * @property-read array{'hostname':string,'host':string,'auth':bool,'username':string,'password':string,'secure':string,'port':int,'from':string} $smtp * @property string $title */ class Minz_Configuration { -- cgit v1.2.3