Completed
Push — mv ( 2424da...13ee4c )
by Jeroen De
06:33 queued 01:32
created
src/MediaWiki/ParserHooks/CoordinatesFunction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 	 *
94 94
 	 * @see ParserHook::getDefaultParameters
95 95
 	 *
96
-	 * @return array
96
+	 * @return string[]
97 97
 	 */
98 98
 	protected function getDefaultParameters( $type ) {
99 99
 		return [ 'location', 'format', 'directional' ];
Please login to merge, or discard this patch.
src/MediaWiki/ParserHooks/FindDestinationFunction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 	 *
112 112
 	 * @see ParserHook::getDefaultParameters
113 113
 	 *
114
-	 * @return array
114
+	 * @return string[]
115 115
 	 */
116 116
 	protected function getDefaultParameters( $type ) {
117 117
 		return [ 'location', 'bearing', 'distance' ];
Please login to merge, or discard this patch.
src/MediaWiki/ParserHooks/GeocodeFunction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 	 *
105 105
 	 * @see ParserHook::getDefaultParameters
106 106
 	 *
107
-	 * @return array
107
+	 * @return string[]
108 108
 	 */
109 109
 	protected function getDefaultParameters( $type ) {
110 110
 		return [ 'location' ];
Please login to merge, or discard this patch.
src/MediaWiki/ParserHooks/MapsDocFunction.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -131,8 +131,6 @@  discard block
 block discarded – undo
131 131
 	/**
132 132
 	 * Message function that takes into account the language parameter.
133 133
 	 *
134
-	 * @param string $key
135
-	 * @param ... $args
136 134
 	 *
137 135
 	 * @return string
138 136
 	 */
@@ -193,7 +191,7 @@  discard block
 block discarded – undo
193 191
 	 *
194 192
 	 * @see ParserHook::getDefaultParameters
195 193
 	 *
196
-	 * @return array
194
+	 * @return string[]
197 195
 	 */
198 196
 	protected function getDefaultParameters( $type ) {
199 197
 		return [ 'service', 'language' ];
Please login to merge, or discard this patch.