Add type
This commit is contained in:
parent
63c38a231a
commit
7114143113
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user