This commit is contained in:
Tristan 2023-12-03 13:56:20 +01:00
parent 63c38a231a
commit 7114143113
Signed by: trizz
SSH Key Fingerprint: SHA256:Xsd2dTN+ZC3OZWfvuKIDMQ/1lWicuINSEPgRQw/CJT8

View File

@ -9,7 +9,7 @@ final class Day1 extends Solution
/**
* @var array<string,int>
*/
private const NUMBER_STRING = [
private const array NUMBER_STRING = [
'one' => 1,
'two' => 2,
'three' => 3,