| 1 | <?php |
||
| 7 | class HtmlImg extends \Ajax\common\html\html5\HtmlImg { |
||
| 8 | use BaseTrait; |
||
| 9 | |||
| 10 | public function __construct($identifier, $src="", $alt="") { |
||
| 15 | |||
| 16 | public function asAvatar($caption=NULL) { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * {@inheritDoc} |
||
| 24 | * @see \Ajax\semantic\html\base\traits\BaseTrait::addContent() |
||
| 25 | */ |
||
| 26 | public function addContent($content, $before=false) {} |
||
| 27 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.