@@ -3,7 +3,7 @@ |
||
3 | 3 | return [ |
4 | 4 | 'property1' => 'string', |
5 | 5 | 'property2' => true, |
6 | - 'property3' => function () { |
|
6 | + 'property3' => function() { |
|
7 | 7 | return 'calculated'; |
8 | 8 | }, |
9 | 9 | 'property5' => 'test', |