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 3d64aa5 commit e8777daCopy full SHA for e8777da
examples/04-adding-your-own-tag.php
@@ -126,5 +126,5 @@ public function __toString(): string
126
127
// As an experiment: let's reconstitute the DocBlock and observe that because we added a __toString() method
128
// to the tag class that we can now also see it.
129
-$serializer = new Serializer();
+$serializer = new Serializer(0, '',true, null, null, PHP_EOL);
130
$reconstitutedDocComment = $serializer->getDocComment($docblock);
0 commit comments