Example #1
0
 /**
  * @inheritDoc
  */
 public function getFlavours()
 {
     return [DocBlock::getParse(), DoubleSlash::getParse(), Sharp::getParse(), HyperText::getParse()];
 }
Example #2
0
 /**
  * @inheritDoc
  */
 public function getFlavours()
 {
     return [DocBlock::getParse(), DoubleSlash::getParse()];
 }