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 fb948e8 commit 7bd0e7eCopy full SHA for 7bd0e7e
tests/integration/InterpretingDocBlocksTest.php
@@ -45,7 +45,7 @@ public function testInterpretingSummaryWithEllipsis(): void
45
*/
46
DOCBLOCK;
47
48
- $factory = DocBlockFactory::createInstance();
+ $factory = DocBlockFactory::createInstance();
49
$phpdoc = $factory->create($docblock);
50
51
$summary = 'This is a short (...) description.';
0 commit comments