Пример #1
0
 /**
  * Unignore all.
  * All ignored items will be removed (including method types)
  *
  */
 public function ignoreNone()
 {
     $this->PHPParser->ignoreNone();
 }