Skip to content

Commit aea6e3b

Browse files
sivaschenkovinogcs
authored andcommitted
Update lib/internal/Magento/Framework/Serialize/Serializer/Json.php
Co-Authored-By: vinogcs <vinogcs@users.noreply.github.com>
1 parent fc67582 commit aea6e3b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Serialize/Serializer

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Serialize/Serializer/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ public function unserialize($string)
3939
throw new \InvalidArgumentException("Unable to unserialize value. Error: " . json_last_error_msg());
4040
}
4141
return $result;
42-
}
42+
}
4343
}

0 commit comments

Comments
 (0)