From 7bd0e7e4a1dcc565b703a4bfa07f4ad81cd89640 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Sun, 7 Jan 2018 09:09:21 -0600 Subject: [PATCH] extra space --- tests/integration/InterpretingDocBlocksTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.';