Completed
Push — ciFixes ( 2cf8f5 )
by adam
03:03
created
src/Service/CategoryTraverser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 	 * Call all the registered callbacks of a particular type.
161 161
 	 *
162 162
 	 * @param integer $type The callback type; should match one of the 'CALLBACK_' constants.
163
-	 * @param mixed[] $params The parameters to pass to the callback function.
163
+	 * @param Page[] $params The parameters to pass to the callback function.
164 164
 	 */
165 165
 	private function call( $type, $params ) {
166 166
 		if ( !isset( $this->callbacks[$type] ) ) {
Please login to merge, or discard this patch.