Add missing property
parent
c2ae7cd022
commit
fb84741d55
|
@ -22,6 +22,11 @@ class DefinitionResolver
|
|||
*/
|
||||
private $typeResolver;
|
||||
|
||||
/**
|
||||
* @var \PhpParser\PrettyPrinterAbstract
|
||||
*/
|
||||
private $prettyPrinter;
|
||||
|
||||
public function __construct(Project $project)
|
||||
{
|
||||
$this->project = $project;
|
||||
|
|
Loading…
Reference in New Issue