Skip to content

Commit b8c54eb

Browse files
committed
chore: typo
1 parent 1fa0d03 commit b8c54eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serializer/SelfSerializerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* If your {@see self::__construct()} argument is an instance of {@see SelfSerializerInterface} then
11-
* accept it as an union type `YourClass|string` and call {@see SelfSerializerInterface::fromBinary()} if it is a string.
11+
* accept it as a union type `YourClass|string` and call {@see SelfSerializerInterface::fromBinary()} if it is a string.
1212
*/
1313
trait SelfSerializerTrait
1414
{

0 commit comments

Comments
 (0)