Skip to content

Commit

Permalink
Update lib/internal/Magento/Framework/Serialize/Serializer/Json.php
Browse files Browse the repository at this point in the history
Co-Authored-By: vinogcs <vinogcs@users.noreply.github.com>
  • Loading branch information
sivaschenko and vinogcs authored Jan 3, 2019
1 parent ac407de commit 39bf467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ public function unserialize($string)
throw new \InvalidArgumentException("Unable to unserialize value. Error: " . json_last_error_msg());
}
return $result;
}
}
}

0 comments on commit 39bf467

Please sign in to comment.