Completed
Branch master (1b526b)
by
unknown
29:06
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.
includes/parser/BlockLevelPass.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -53,6 +53,8 @@
 block discarded – undo
53 53
 
54 54
 	/**
55 55
 	 * Private constructor
56
+	 * @param string $text
57
+	 * @param boolean $lineStart
56 58
 	 */
57 59
 	private function __construct( $text, $lineStart ) {
58 60
 		$this->text = $text;
Please login to merge, or discard this patch.