From 56b15f26b2777767b8fe418d722f27fe176e3858 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 18 Nov 2021 14:47:58 +0100 Subject: [PATCH] fix: Get rid of a single PHPStan critical issue. --- phpstan-critical.neon | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpstan-critical.neon b/phpstan-critical.neon index b92189776..6147f2022 100644 --- a/phpstan-critical.neon +++ b/phpstan-critical.neon @@ -129,8 +129,3 @@ parameters: message: "#^Call to an undefined method Chill\\\\ThirdPartyBundle\\\\Form\\\\Type\\\\PickThirdPartyTypeCategoryType\\:\\:transform\\(\\)\\.$#" count: 1 path: src/Bundle/ChillThirdPartyBundle/Form/Type/PickThirdPartyTypeCategoryType.php - - - - message: "#^Undefined variable\\: \\$id$#" - count: 1 - path: src/Bundle/ChillFamilyMembersBundle/Controller/FamilyMemberController.php