Completed
Branch master (aeba9b)
by
unknown
22:13
created
includes/skins/SkinTemplate.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
 		}
31 31
 	}
32 32
 
33
+	/**
34
+	 * @param string $name
35
+	 */
33 36
 	function __call( $name, array $arguments ) {
34 37
 		if ( $this->conn === null ) {
35 38
 			list( $db, $groups, $wiki ) = $this->params;
Please login to merge, or discard this patch.
includes/FauxRequest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 	 * @param array $data Array of *non*-urlencoded key => value pairs, the
40 40
 	 *   fake GET/POST values
41 41
 	 * @param bool $wasPosted Whether to treat the data as POST
42
-	 * @param MediaWiki\Session\Session|array|null $session Session, session
42
+	 * @param MediaWiki\Session\Session|null $session Session, session
43 43
 	 *  data array, or null
44 44
 	 * @param string $protocol 'http' or 'https'
45 45
 	 * @throws MWException
@@ -126,7 +126,6 @@  discard block
 block discarded – undo
126 126
 
127 127
 	/**
128 128
 	 * @since 1.26
129
-	 * @param string $name Unprefixed name of the cookie to set
130 129
 	 * @param string|null $value Value of the cookie to set
131 130
 	 * @param string|null $prefix Cookie prefix. Defaults to $wgCookiePrefix
132 131
 	 */
@@ -152,6 +151,7 @@  discard block
 block discarded – undo
152 151
 
153 152
 	/**
154 153
 	 * @since 1.25
154
+	 * @param string $url
155 155
 	 */
156 156
 	public function setRequestURL( $url ) {
157 157
 		$this->requestUrl = $url;
Please login to merge, or discard this patch.