Skip to content

Commit cbcf371

Browse files
Merge pull request #3 from Lendable/fix_exception_docblocks
Fixed referenced exceptions in docblocks re: early stage refactor
2 parents 85f8495 + 3f47c84 commit cbcf371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Serializer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
final class Serializer
88
{
99
/**
10-
* @throws SerializationFailure
10+
* @throws SerializationFailed
1111
*/
1212
public function serialize(array $data): string
1313
{
@@ -23,7 +23,7 @@ public function serialize(array $data): string
2323
}
2424

2525
/**
26-
* @throws DeserializationFailure
26+
* @throws DeserializationFailed
2727
* @throws InvalidDeserializedData
2828
*/
2929
public function deserialize(string $json): array

0 commit comments

Comments
 (0)