Skip to content

Commit

Permalink
Merge pull request #3 from Lendable/fix_exception_docblocks
Browse files Browse the repository at this point in the history
Fixed referenced exceptions in docblocks re: early stage refactor
  • Loading branch information
martin-georgiev authored Dec 17, 2018
2 parents 85f8495 + 3f47c84 commit cbcf371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
final class Serializer
{
/**
* @throws SerializationFailure
* @throws SerializationFailed
*/
public function serialize(array $data): string
{
Expand All @@ -23,7 +23,7 @@ public function serialize(array $data): string
}

/**
* @throws DeserializationFailure
* @throws DeserializationFailed
* @throws InvalidDeserializedData
*/
public function deserialize(string $json): array
Expand Down

0 comments on commit cbcf371

Please sign in to comment.