Completed
Branch master (f4070a)
by
unknown
25:04
created
includes/widget/SearchInputWidget.php 1 patch
Doc Comments   -7 removed lines patch added patch discarded remove patch
@@ -20,13 +20,6 @@
 block discarded – undo
20 20
 
21 21
 	/**
22 22
 	 * @param array $config Configuration options
23
-	 * @param int|null $config['pushPending'] Whether the input should be visually marked as
24
-	 *  "pending", while requesting suggestions (default: true)
25
-	 * @param boolean|null $config['performSearchOnClick'] If true, the script will start a search
26
-	 *  whenever a user hits a suggestion. If false, the text of the suggestion is inserted into the
27
-	 *  text field only (default: true)
28
-	 * @param string $config['dataLocation'] Where the search input field will be
29
-	 *  used (header or content, default: header)
30 23
 	 */
31 24
 	public function __construct( array $config = [] ) {
32 25
 		$config = array_merge( [
Please login to merge, or discard this patch.