@@ -7,8 +7,8 @@ |
||
7 | 7 | |
8 | 8 | class CustomSet implements SetContract |
9 | 9 | { |
10 | - private $words = []; |
|
11 | - private $phrases = []; |
|
10 | + private $words = [ ]; |
|
11 | + private $phrases = [ ]; |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @return array |