@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * @param mixed &$value |
| 24 | 24 | */ |
| 25 | 25 | public static function makeArrayRef(&$value, $index = 0) { |
| 26 | - if(!is_array($value)) { |
|
| 26 | + if (!is_array($value)) { |
|
| 27 | 27 | $value = array($index => $value); |
| 28 | 28 | } |
| 29 | 29 | } |