From 1f61124680ae7afd2b1394ec4558b03b94f23c1c Mon Sep 17 00:00:00 2001 From: Artu1000 Date: Sat, 10 Sep 2022 16:39:32 +0200 Subject: [PATCH] Fixed PHPStan analysis --- phpstan.neon.dist | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index df1f256..a3f5830 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -8,13 +8,13 @@ parameters: - src - tests - # The level 9 is the highest level + # Level 9 is the highest level level: 5 - ignoreErrors: - - '#Parameter \#2 \$needles of static method Illuminate\\Support\\Str::contains\(\)#' - - excludePaths: - #- ./*/*/FileToBeExcluded.php - - #checkMissingIterableValueType: true +# ignoreErrors: +# - '#PHPDoc tag @var#' +# +# excludePaths: +# - ./*/*/FileToBeExcluded.php +# +# checkMissingIterableValueType: false