From a7703fbf8ca39a4a563c1ed1b6650ef62700ebe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 21 Oct 2023 02:47:58 +0000 Subject: [PATCH] Prepare PHPStan --- phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 9312cf75..eee11b91 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -25,9 +25,6 @@ parameters: ignoreErrors: - '#^Unsafe usage of new static#' # --- TODO-s --- - # Tricky readonlys - - '#Assign it in the constructor\.$#' - - '#is assigned outside of the constructor\.$#' # X vs. X contract - '#but returns Illuminate\\Contracts\\#' # SoftDeletes