Beispiel #1
0
 /**
  * @return string[]
  */
 protected function getDocTags()
 {
     if (null === $this->docTags) {
         $this->docTags = DocBlockParser::parse($this->getReflector()->getDocComment());
     }
     return $this->docTags;
 }