@@ -19,11 +19,6 @@ |
||
19 | 19 | |
20 | 20 | /** |
21 | 21 | * @param array $config Configuration options |
22 | - * @param int|null $config['pushPending'] Whether the input should be visually marked as |
|
23 | - * "pending", while requesting suggestions (default: true) |
|
24 | - * @param boolean|null $config['performSearchOnClick'] If true, the script will start a search |
|
25 | - * whenever a user hits a suggestion. If false, the text of the suggestion is inserted into the |
|
26 | - * text field only (default: true) |
|
27 | 22 | */ |
28 | 23 | public function __construct( array $config = [] ) { |
29 | 24 | $config = array_merge( [ |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | /** |
219 | 219 | * Show the main upload form |
220 | 220 | * |
221 | - * @param HTMLForm|string $form An HTMLForm instance or HTML string to show |
|
221 | + * @param UploadForm $form An HTMLForm instance or HTML string to show |
|
222 | 222 | */ |
223 | 223 | protected function showUploadForm( $form ) { |
224 | 224 | # Add links if file was previously deleted |
@@ -601,7 +601,7 @@ discard block |
||
601 | 601 | * |
602 | 602 | * Note that the page target can be changed *on the form*, so our check |
603 | 603 | * state can get out of sync. |
604 | - * @return bool|string |
|
604 | + * @return boolean |
|
605 | 605 | */ |
606 | 606 | protected function getWatchCheck() { |
607 | 607 | if ( $this->getUser()->getOption( 'watchdefault' ) ) { |