Completed
Push — leaflet-attribution ( 0121c0 )
by Peter
04:35
created
includes/Maps_Mapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 	/**
68 68
 	 * This function returns the definitions for the parameters used by every map feature.
69 69
 	 *
70
-	 * @return array
70
+	 * @return ParamProcessor\IParamDefinition[]
71 71
 	 */
72 72
 	public static function getCommonParameters() {
73 73
 		global $egMapsMapWidth, $egMapsMapHeight, $egMapsDefaultService;
Please login to merge, or discard this patch.
includes/Maps_DistanceParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
 	 *
141 141
 	 * @since 0.6.5
142 142
 	 *
143
-	 * @param $distance String
143
+	 * @param string $distance String
144 144
 	 *
145 145
 	 * @return string
146 146
 	 */
Please login to merge, or discard this patch.
includes/parserhooks/Maps_Coordinates.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 	 *
111 111
 	 * @since 0.7
112 112
 	 *
113
-	 * @return array
113
+	 * @return string[]
114 114
 	 */
115 115
 	protected function getDefaultParameters( $type ) {
116 116
 		return [ 'location', 'format', 'directional' ];
Please login to merge, or discard this patch.
includes/parserhooks/Maps_DisplayMap.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	 *
63 63
 	 * @since 2.0
64 64
 	 *
65
-	 * @return array
65
+	 * @return string[]
66 66
 	 */
67 67
 	protected function getNames() {
68 68
 		return [ $this->getName(), 'display_point', 'display_points', 'display_line' ];
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 	 *
115 115
 	 * @since 0.7
116 116
 	 *
117
-	 * @return array
117
+	 * @return string[]
118 118
 	 */
119 119
 	protected function getDefaultParameters( $type ) {
120 120
 		return [ 'coordinates' ];
Please login to merge, or discard this patch.
includes/parserhooks/Maps_Distance.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
 	 *
99 99
 	 * @param $type
100 100
 	 *
101
-	 * @return array
101
+	 * @return string[]
102 102
 	 */
103 103
 	protected function getDefaultParameters( $type ) {
104 104
 		return [ 'distance', 'unit', 'decimals' ];
Please login to merge, or discard this patch.
includes/parserhooks/Maps_Finddestination.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
 	 *
128 128
 	 * @since 0.7
129 129
 	 *
130
-	 * @return array
130
+	 * @return string[]
131 131
 	 */
132 132
 	protected function getDefaultParameters( $type ) {
133 133
 		return [ 'location', 'bearing', 'distance' ];
Please login to merge, or discard this patch.
includes/parserhooks/Maps_Geocode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
 	 *
122 122
 	 * @since 0.7
123 123
 	 *
124
-	 * @return array
124
+	 * @return string[]
125 125
 	 */
126 126
 	protected function getDefaultParameters( $type ) {
127 127
 		return [ 'location' ];
Please login to merge, or discard this patch.
includes/parserhooks/Maps_Geodistance.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 	 *
114 114
 	 * @param $type
115 115
 	 *
116
-	 * @return array
116
+	 * @return string[]
117 117
 	 */
118 118
 	protected function getDefaultParameters( $type ) {
119 119
 		return [ 'location1', 'location2', 'unit', 'decimals' ];
Please login to merge, or discard this patch.
includes/parserhooks/Maps_MapsDoc.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -138,8 +138,6 @@  discard block
 block discarded – undo
138 138
 	 *
139 139
 	 * @since 1.0.1
140 140
 	 *
141
-	 * @param string $key
142
-	 * @param ... $args
143 141
 	 *
144 142
 	 * @return string
145 143
 	 */
@@ -208,7 +206,7 @@  discard block
 block discarded – undo
208 206
 	 *
209 207
 	 * @since 1.0
210 208
 	 *
211
-	 * @return array
209
+	 * @return string[]
212 210
 	 */
213 211
 	protected function getDefaultParameters( $type ) {
214 212
 		return [ 'service', 'language' ];
Please login to merge, or discard this patch.