From fdf939314e6a847c19f0531789819683e59e7aaa Mon Sep 17 00:00:00 2001 From: Bart van den Broeck Date: Mon, 3 Nov 2025 14:34:54 +0100 Subject: [PATCH 1/2] fix laravel psptan version --- phive.xml | 2 +- phpstan.neon.dist | 1 - resources/config/laravel-package/phive.xml | 2 +- resources/config/laravel-package/phpstan.neon.dist | 1 - resources/config/laravel-project/phive.xml | 2 +- resources/config/laravel-project/phpstan.neon.dist | 1 - resources/config/standard/phive.xml | 2 +- resources/config/standard/phpstan.neon.dist | 1 - 8 files changed, 4 insertions(+), 8 deletions(-) diff --git a/phive.xml b/phive.xml index c309f36..dd59253 100644 --- a/phive.xml +++ b/phive.xml @@ -2,7 +2,7 @@ - + diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 49832f4..a2df6f9 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -11,4 +11,3 @@ parameters: paths: - src tipsOfTheDay: false - checkMissingIterableValueType: true diff --git a/resources/config/laravel-package/phive.xml b/resources/config/laravel-package/phive.xml index a7813be..a43f512 100644 --- a/resources/config/laravel-package/phive.xml +++ b/resources/config/laravel-package/phive.xml @@ -2,7 +2,7 @@ - + diff --git a/resources/config/laravel-package/phpstan.neon.dist b/resources/config/laravel-package/phpstan.neon.dist index 783294b..00d9f2b 100644 --- a/resources/config/laravel-package/phpstan.neon.dist +++ b/resources/config/laravel-package/phpstan.neon.dist @@ -15,4 +15,3 @@ parameters: paths: - src tipsOfTheDay: false - checkMissingIterableValueType: true diff --git a/resources/config/laravel-project/phive.xml b/resources/config/laravel-project/phive.xml index a7813be..a43f512 100644 --- a/resources/config/laravel-project/phive.xml +++ b/resources/config/laravel-project/phive.xml @@ -2,7 +2,7 @@ - + diff --git a/resources/config/laravel-project/phpstan.neon.dist b/resources/config/laravel-project/phpstan.neon.dist index 3066d0b..11d53e8 100644 --- a/resources/config/laravel-project/phpstan.neon.dist +++ b/resources/config/laravel-project/phpstan.neon.dist @@ -15,4 +15,3 @@ parameters: paths: - app tipsOfTheDay: false - checkMissingIterableValueType: true diff --git a/resources/config/standard/phive.xml b/resources/config/standard/phive.xml index c309f36..dd59253 100644 --- a/resources/config/standard/phive.xml +++ b/resources/config/standard/phive.xml @@ -2,7 +2,7 @@ - + diff --git a/resources/config/standard/phpstan.neon.dist b/resources/config/standard/phpstan.neon.dist index 49832f4..a2df6f9 100644 --- a/resources/config/standard/phpstan.neon.dist +++ b/resources/config/standard/phpstan.neon.dist @@ -11,4 +11,3 @@ parameters: paths: - src tipsOfTheDay: false - checkMissingIterableValueType: true -- GitLab From 8e93595cbbaa43e6c763fda152510f7d5baeed2f Mon Sep 17 00:00:00 2001 From: Bart van den Broeck Date: Mon, 3 Nov 2025 14:37:09 +0100 Subject: [PATCH 2/2] do drupal aswell --- resources/config/drupal-package/phive.xml | 2 +- resources/config/drupal-package/phpstan.neon.dist | 1 - resources/config/drupal-project/phive.xml | 2 +- resources/config/drupal-project/phpstan.neon.dist | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/resources/config/drupal-package/phive.xml b/resources/config/drupal-package/phive.xml index c309f36..dd59253 100644 --- a/resources/config/drupal-package/phive.xml +++ b/resources/config/drupal-package/phive.xml @@ -2,7 +2,7 @@ - + diff --git a/resources/config/drupal-package/phpstan.neon.dist b/resources/config/drupal-package/phpstan.neon.dist index 4d99a4a..5b6c90e 100644 --- a/resources/config/drupal-package/phpstan.neon.dist +++ b/resources/config/drupal-package/phpstan.neon.dist @@ -20,4 +20,3 @@ parameters: scanDirectories: - vendor/drupal tipsOfTheDay: false - checkMissingIterableValueType: false diff --git a/resources/config/drupal-project/phive.xml b/resources/config/drupal-project/phive.xml index c309f36..dd59253 100644 --- a/resources/config/drupal-project/phive.xml +++ b/resources/config/drupal-project/phive.xml @@ -2,7 +2,7 @@ - + diff --git a/resources/config/drupal-project/phpstan.neon.dist b/resources/config/drupal-project/phpstan.neon.dist index f4a8813..3053b98 100644 --- a/resources/config/drupal-project/phpstan.neon.dist +++ b/resources/config/drupal-project/phpstan.neon.dist @@ -25,4 +25,3 @@ parameters: - web/profiles/contrib - web/themes/contrib tipsOfTheDay: false - checkMissingIterableValueType: false -- GitLab