We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa0d03 commit b8c54ebCopy full SHA for b8c54eb
src/Serializer/SelfSerializerTrait.php
@@ -8,7 +8,7 @@
8
9
/**
10
* 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.
+ * accept it as a union type `YourClass|string` and call {@see SelfSerializerInterface::fromBinary()} if it is a string.
12
*/
13
trait SelfSerializerTrait
14
{
0 commit comments