Skip to content

Commit 39bf467

Browse files
sivaschenkovinogcs
andauthored
Update lib/internal/Magento/Framework/Serialize/Serializer/Json.php
Co-Authored-By: vinogcs <[email protected]>
1 parent ac407de commit 39bf467

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)