From 607158e829acca00df8dbf50f1a59ca30b8e8ab1 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Tue, 19 Dec 2023 21:08:23 +0100 Subject: [PATCH] [user] removed types --- tests/fixtures/mySfUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/mySfUser.php b/tests/fixtures/mySfUser.php index 3e7465d71..7fbd392e6 100644 --- a/tests/fixtures/mySfUser.php +++ b/tests/fixtures/mySfUser.php @@ -20,7 +20,7 @@ public function getCulture() /** * @param string $culture */ - public function setCulture(string $culture): void + public function setCulture($culture) { $this->culture = $culture; }