Completed
Branch master (62f6c6)
by
unknown
21:31
created
includes/linker/LinkRenderer.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 	}
99 99
 
100 100
 	/**
101
-	 * @param string|bool|int $expand A PROTO_* constant or false
101
+	 * @param string $expand A PROTO_* constant or false
102 102
 	 */
103 103
 	public function setExpandURLs( $expand ) {
104 104
 		$this->expandUrls = $expand;
@@ -189,6 +189,9 @@  discard block
 block discarded – undo
189 189
 		return $options;
190 190
 	}
191 191
 
192
+	/**
193
+	 * @param boolean $isKnown
194
+	 */
192 195
 	private function runBeginHook( LinkTarget $target, &$text, &$extraAttribs, &$query, $isKnown ) {
193 196
 		$ret = null;
194 197
 		if ( !Hooks::run( 'HtmlPageLinkRendererBegin',
Please login to merge, or discard this patch.
includes/deferred/LinksUpdate.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
 	 *
168 168
 	 * @param IDatabase $dbw
169 169
 	 * @param integer $pageId
170
-	 * @return ScopedCallback|null Returns null on failure
170
+	 * @return ScopedCallback Returns null on failure
171 171
 	 * @throws RuntimeException
172 172
 	 * @since 1.27
173 173
 	 */
@@ -935,7 +935,7 @@  discard block
 block discarded – undo
935 935
 
936 936
 	/**
937 937
 	 * @since 1.28
938
-	 * @return null|Revision
938
+	 * @return Revision
939 939
 	 */
940 940
 	public function getRevision() {
941 941
 		return $this->mRevision;
Please login to merge, or discard this patch.