Completed
Push — master ( 1b5b38...3501bb )
by Jeroen De
06:28
created
formats/media/MediaPlayer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use FormatJson;
7 7
 use Html;
8 8
 use MediaWiki\MediaWikiServices;
9
-use Skin;
10 9
 use SMW\ResultPrinter;
11 10
 use SMWDataItem;
12 11
 use SMWDataValue;
Please login to merge, or discard this patch.
SemanticResultFormats.utils.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@
 block discarded – undo
76 76
 	 *
77 77
 	 * @param array $data
78 78
 	 *
79
-	 * @param string|null|bool $nonce
79
+	 * @param boolean $nonce
80 80
 	 *
81
-	 * @return string|WrappedString HTML
81
+	 * @return string HTML
82 82
 	 */
83 83
 	public static function makeVariablesScript( $data, $nonce = null ) {
84 84
 		$script = ResourceLoader::makeConfigSetScript( $data );
Please login to merge, or discard this patch.