Skip to content

Commit

Permalink
Initialize variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf authored Feb 6, 2020
1 parent dacbe08 commit 5dba6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Search
{
protected int $currentPage;
protected int $offset;
protected ?string $query;
protected ?string $query = '';
protected int $rows;

public function getCurrentPage(): int
Expand Down

0 comments on commit 5dba6ef

Please sign in to comment.