@@ -55,7 +55,7 @@ |
||
| 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 | * @returns Page |
@@ -147,7 +147,7 @@ |
||
| 147 | 147 | /** |
| 148 | 148 | * Call all the registered callbacks of a particular type. |
| 149 | 149 | * @param integer $type The callback type; should match one of the 'CALLBACK_' constants. |
| 150 | - * @param mixed[] $params The parameters to pass to the callback function. |
|
| 150 | + * @param Page[] $params The parameters to pass to the callback function. |
|
| 151 | 151 | */ |
| 152 | 152 | protected function call( $type, $params ) { |
| 153 | 153 | if ( !isset( $this->callbacks[$type] ) ) { |