| 1 | <?php |
||
| 14 | class HtmlSemSingleElement extends HtmlSingleElement { |
||
| 15 | use BaseTrait; |
||
| 16 | public function __construct($identifier, $tagName="br",$baseClass="ui") { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritDoc} |
||
| 24 | * @see \Ajax\semantic\html\base\traits\BaseTrait::addContent() |
||
| 25 | */ |
||
| 26 | public function addContent($content, $before=false) {} |
||
| 27 | |||
| 28 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.