Skip to content

Commit be6161d

Browse files
authored
Merge pull request rappasoft#43 from rappasoft/analysis-NAxpyG
Apply fixes from StyleCI
2 parents 7085c19 + 5c87bef commit be6161d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Traits/Search.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,30 @@ trait Search
5454
public $noResultsMessage;
5555

5656
/**
57-
* A button to clear the search box
57+
* A button to clear the search box.
5858
*
5959
* @var bool
6060
*/
6161
public $clearSearchButton = false;
6262

6363
/**
64-
* The text for the clear search box button
64+
* The text for the clear search box button.
6565
*
6666
* @var
6767
*/
6868
public $clearSearchButtonLabel;
6969

7070
/**
71-
* The classes to apply to the clear search box button
71+
* The classes to apply to the clear search box button.
7272
*
7373
* @var string
7474
*/
7575
public $clearSearchButtonClass = 'btn btn-outline-dark';
7676

7777
/**
78-
* Resets the search string
78+
* Resets the search string.
7979
*/
80-
public function clearSearch() : void
80+
public function clearSearch(): void
8181
{
8282
$this->search = '';
8383
}

0 commit comments

Comments
 (0)