Completed
Branch master (e770d9)
by
unknown
33:41
created
includes/exception/MWException.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -265,6 +265,10 @@
 block discarded – undo
265 265
 			header( $header );
266 266
 		}
267 267
 	}
268
+
269
+	/**
270
+	 * @param integer $code
271
+	 */
268 272
 	private static function statusHeader( $code ) {
269 273
 		if ( !headers_sent() ) {
270 274
 			HttpStatus::header( $code );
Please login to merge, or discard this patch.