@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | public function makeArray(array $input, $type = 'filter', $onlyShort = false) |
10 | 10 | { |
11 | - if($onlyShort){ |
|
11 | + if ($onlyShort) { |
|
12 | 12 | $this->shortFunctions = true; |
13 | 13 | } |
14 | 14 | $output = []; |
@@ -8,7 +8,7 @@ |
||
8 | 8 | |
9 | 9 | public function makeArray(array $input, $type = 'filter', $onlyShort = false) |
10 | 10 | { |
11 | - if($onlyShort){ |
|
11 | + if($onlyShort) { |
|
12 | 12 | $this->shortFunctions = true; |
13 | 13 | } |
14 | 14 | $output = []; |