@@ -9,7 +9,7 @@ |
||
9 | 9 | public function paths() |
10 | 10 | { |
11 | 11 | return array_merge( |
12 | - [$this->path], |
|
12 | + [ $this->path ], |
|
13 | 13 | $this->hints |
14 | 14 | ); |
15 | 15 | } |