Completed
Push — wtf-is-going-on ( c96be6...3e1b3c )
by Jeroen De
17:30 queued 07:29
created
src/SemanticMW/DataValues/CoordinateValue.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -67,6 +67,7 @@
 block discarded – undo
67 67
 
68 68
 	/**
69 69
 	 * @see SMWDataValue::parseUserValue
70
+	 * @param string $value
70 71
 	 */
71 72
 	protected function parseUserValue( $value ) {
72 73
 		if ( !is_string( $value ) ) {
Please login to merge, or discard this patch.
src/MapsFunctions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 	/**
71 71
 	 * This function returns the definitions for the parameters used by every map feature.
72 72
 	 *
73
-	 * @return array
73
+	 * @return \ParamProcessor\ParamDefinition[]
74 74
 	 */
75 75
 	public static function getCommonParameters() {
76 76
 		$params = [];
Please login to merge, or discard this patch.
src/MediaWiki/MapsHooks.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use AlItem;
6 6
 use ALTree;
7
-use Maps\MediaWiki\Content\GeoJsonContent;
8 7
 use Maps\Presentation\GeoJsonPageOutput;
9 8
 use SkinTemplate;
10 9
 
Please login to merge, or discard this patch.
src/Presentation/MapHtmlBuilder.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace Maps\Presentation;
6 6
 
7
-use FormatJson;
8
-use Html;
9
-
10 7
 class MapHtmlBuilder {
11 8
 
12 9
 	public function getMapHTML( array $params, string $mapName, string $serviceName ): string {
Please login to merge, or discard this patch.