Completed
Push — master ( d3ab07...2cd991 )
by
unknown
11:23
created
src/Element.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,8 +58,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.