@@ -92,13 +92,13 @@ |
||
| 92 | 92 | return $this->validateList($value); |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | - private function convertToArray($value) |
|
| 96 | - { |
|
| 97 | - if (!is_array($value)) { |
|
| 98 | - $value = json_decode(json_encode($value), true); |
|
| 99 | - } |
|
| 100 | - return $value; |
|
| 101 | - } |
|
| 95 | + private function convertToArray($value) |
|
| 96 | + { |
|
| 97 | + if (!is_array($value)) { |
|
| 98 | + $value = json_decode(json_encode($value), true); |
|
| 99 | + } |
|
| 100 | + return $value; |
|
| 101 | + } |
|
| 102 | 102 | |
| 103 | 103 | |
| 104 | 104 | /** |