This commit is contained in:
2023-12-03 13:56:20 +01:00
parent 63c38a231a
commit 7114143113

View File

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