diff --git a/tests/integration/InterpretingDocBlocksTest.php b/tests/integration/InterpretingDocBlocksTest.php index 6492eea..099e40a 100644 --- a/tests/integration/InterpretingDocBlocksTest.php +++ b/tests/integration/InterpretingDocBlocksTest.php @@ -45,7 +45,7 @@ class InterpretingDocBlocksTest extends TestCase */ DOCBLOCK; - $factory = DocBlockFactory::createInstance(); + $factory = DocBlockFactory::createInstance(); $phpdoc = $factory->create($docblock); $summary = 'This is a short (...) description.';