@@ -20,13 +20,6 @@ |
||
| 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( [ |
@@ -53,6 +53,8 @@ |
||
| 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; |