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 79df6d4 commit ede1fd5Copy full SHA for ede1fd5
src/phpDocumentor/Reflection/Php/ProjectFactory.php
@@ -48,7 +48,7 @@ public static function createInstance()
48
{
49
return new static(
50
[
51
- new Factory\Argument(),
+ new Factory\Argument(new PrettyPrinter()),
52
new Factory\Class_(),
53
new Factory\Constant(new PrettyPrinter()),
54
new Factory\DocBlock(DocBlockFactory::createInstance()),
0 commit comments