Completed
Branch master (bc4e07)
by
unknown
29:19
created
includes/widget/SearchInputWidget.php 1 patch
Doc Comments   -5 removed lines patch added patch discarded remove patch
@@ -19,11 +19,6 @@
 block discarded – undo
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( [
Please login to merge, or discard this patch.
includes/specials/SpecialUpload.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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' ) ) {
Please login to merge, or discard this patch.