From 4e028bd7315f0373391f4cbc22afe246e81f3820 Mon Sep 17 00:00:00 2001 From: scollovati <20740642+scollovati@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:33:49 +0100 Subject: [PATCH] hotfix SkipDefault.php --- .../Fixture/SkipDefault.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Rules/NarrowPublicClassMethodParamTypeRule/Fixture/SkipDefault.php b/tests/Rules/NarrowPublicClassMethodParamTypeRule/Fixture/SkipDefault.php index 112fd6e5..9575234e 100644 --- a/tests/Rules/NarrowPublicClassMethodParamTypeRule/Fixture/SkipDefault.php +++ b/tests/Rules/NarrowPublicClassMethodParamTypeRule/Fixture/SkipDefault.php @@ -7,7 +7,7 @@ final class SkipDefault { public function dontSetParamValue( - string $Id + string $Id = '' ): bool { return true;