Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
kamil-tekiela and williamdes committed Dec 3, 2021
1 parent d0fc681 commit 9cae93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/classes/Database/Qbe.php
Expand Up @@ -231,7 +231,7 @@ class Qbe
* Current search
*
* @access private
* @var ?SavedSearches
* @var SavedSearches|null
*/
private $currentSearch = null;

Expand All @@ -250,7 +250,7 @@ class Qbe
* @param DatabaseInterface $dbi DatabaseInterface object
* @param string $dbname Database name
* @param array $savedSearchList List of saved searches
* @param ?SavedSearches $currentSearch Current search id
* @param SavedSearches|null $currentSearch Current search id
*/
public function __construct(
Relation $relation,
Expand Down

0 comments on commit 9cae93d

Please sign in to comment.