From 30041a88c84591b74743fcbba44eef33f4e529d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Thu, 6 Jun 2024 21:39:26 +0200 Subject: [PATCH] Update shipmonk phpstan config --- tests/PHPStan/shipmonk.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/PHPStan/shipmonk.neon b/tests/PHPStan/shipmonk.neon index 5579191..97230d3 100644 --- a/tests/PHPStan/shipmonk.neon +++ b/tests/PHPStan/shipmonk.neon @@ -5,8 +5,6 @@ parameters: shipmonkRules: allowComparingOnlyComparableTypes: enabled: false - allowNamedArgumentOnlyInAttributes: - enabled: false classSuffixNaming: superclassToSuffixMapping: \Throwable: Exception