@@ -58,8 +58,8 @@ discard block |
||
58 | 58 | |
59 | 59 | /** |
60 | 60 | * Lingo\Element constructor. |
61 | - * @param $term |
|
62 | - * @param $definition |
|
61 | + * @param string $term |
|
62 | + * @param string $definition |
|
63 | 63 | */ |
64 | 64 | public function __construct( &$term, &$definition = null ) { |
65 | 65 | |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | /** |
188 | 188 | * @param Title $target |
189 | 189 | * @param DOMElement $link |
190 | - * @return mixed |
|
190 | + * @return DOMElement |
|
191 | 191 | */ |
192 | 192 | protected function &addTitleAttributeToLink( $target, &$link ) { |
193 | 193 |