Completed
Push — master ( 57a28f...adf9db )
by mw
7s
created
src/DataValues/ResourceIdentifierStringValue.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -105,6 +105,7 @@  discard block
 block discarded – undo
105 105
 
106 106
 	/**
107 107
 	 * @see StringValue::getLongWikiText
108
+	 * @param string $linked
108 109
 	 */
109 110
 	public function getLongWikiText( $linked = null ) {
110 111
 		return $this->getShortWikiText( $linked );
@@ -112,6 +113,7 @@  discard block
 block discarded – undo
112 113
 
113 114
 	/**
114 115
 	 * @see StringValue::getLongHTMLText
116
+	 * @param string $linker
115 117
 	 */
116 118
 	public function getLongHTMLText( $linker = null ) {
117 119
 		return $this->getShortHTMLText( $linker );
Please login to merge, or discard this patch.