@@ -128,7 +128,7 @@ |
||
128 | 128 | |
129 | 129 | public function visitArray($data, array $type, Context $context) |
130 | 130 | { |
131 | - if ( ! is_array($data) && !($data instanceof \ArrayObject)) { |
|
131 | + if ( ! is_array($data) && ! ($data instanceof \ArrayObject)) { |
|
132 | 132 | throw new DeserializeException($type, $data, $context); |
133 | 133 | } |
134 | 134 |