Completed
Pull Request — master (#447)
by Ivan
03:24
created
src/JMS/Serializer/GenericDeserializationVisitor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.