public function __construct()
 {
     parent::__construct();
     $this->prettyPrinter = new \PHPParser_PrettyPrinter_Zend();
     $this->prettyPrinter->setPreserveOriginalNames(true);
 }