Skip to content

Commit 7bd0e7e

Browse files
committed
extra space
1 parent fb948e8 commit 7bd0e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/InterpretingDocBlocksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function testInterpretingSummaryWithEllipsis(): void
4545
*/
4646
DOCBLOCK;
4747

48-
$factory = DocBlockFactory::createInstance();
48+
$factory = DocBlockFactory::createInstance();
4949
$phpdoc = $factory->create($docblock);
5050

5151
$summary = 'This is a short (...) description.';

0 commit comments

Comments
 (0)