From 7114143113968c210549a1fed0e87b65692a2dec Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 3 Dec 2023 13:56:20 +0100 Subject: [PATCH] Add type --- src/Y23/Day1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Y23/Day1.php b/src/Y23/Day1.php index fb944f0..8e78783 100644 --- a/src/Y23/Day1.php +++ b/src/Y23/Day1.php @@ -9,7 +9,7 @@ final class Day1 extends Solution /** * @var array */ - private const NUMBER_STRING = [ + private const array NUMBER_STRING = [ 'one' => 1, 'two' => 2, 'three' => 3,