Completed
Push — main ( cd98d2...1f32b2 )
by
unknown
321:20 queued 279:31
created
src/Service/CategoryTraverser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
 	/**
151 151
 	 * Call all the registered callbacks of a particular type.
152 152
 	 * @param int $type The callback type; should match one of the 'CALLBACK_' constants.
153
-	 * @param mixed[] $params The parameters to pass to the callback function.
153
+	 * @param Page[] $params The parameters to pass to the callback function.
154 154
 	 */
155 155
 	protected function call( $type, $params ) {
156 156
 		if ( !isset( $this->callbacks[$type] ) ) {
Please login to merge, or discard this patch.
src/Service/PageGetter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 	/**
56 56
 	 * @since 0.2
57 57
 	 *
58
-	 * @param string|Title $title
58
+	 * @param Title|null $title
59 59
 	 * @param array $extraParams
60 60
 	 *
61 61
 	 * @return Page
Please login to merge, or discard this patch.