Skip to content

Commit ede1fd5

Browse files
committed
update factory method with required parameter
1 parent 79df6d4 commit ede1fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phpDocumentor/Reflection/Php/ProjectFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function createInstance()
4848
{
4949
return new static(
5050
[
51-
new Factory\Argument(),
51+
new Factory\Argument(new PrettyPrinter()),
5252
new Factory\Class_(),
5353
new Factory\Constant(new PrettyPrinter()),
5454
new Factory\DocBlock(DocBlockFactory::createInstance()),

0 commit comments

Comments
 (0)