From 7e75a46f254aec03e44ca07129f76817f23fdac5 Mon Sep 17 00:00:00 2001 From: vjik Date: Tue, 5 Dec 2023 15:17:45 +0000 Subject: [PATCH] Apply Rector changes (CI) --- tests/Support/StringableObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Support/StringableObject.php b/tests/Support/StringableObject.php index b6476cb3c..e2065e593 100644 --- a/tests/Support/StringableObject.php +++ b/tests/Support/StringableObject.php @@ -8,7 +8,7 @@ final class StringableObject implements Stringable { - public function __construct(private string $string) + public function __construct(private readonly string $string) { }