Completed
Branch master (3070b5)
by
unknown
27:44
created
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.