1
0
Fork 0

Add missing property

pull/166/head
Felix Becker 2016-11-19 06:37:07 +01:00
parent c2ae7cd022
commit fb84741d55
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ class DefinitionResolver
*/ */
private $typeResolver; private $typeResolver;
/**
* @var \PhpParser\PrettyPrinterAbstract
*/
private $prettyPrinter;
public function __construct(Project $project) public function __construct(Project $project)
{ {
$this->project = $project; $this->project = $project;