Skip to content

Commit

Permalink
Initialize $queryString to null
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed Mar 25, 2024
1 parent 9dae238 commit 1576b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/VuFind/src/VuFind/Recommend/ConsortialVuFind.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ class ConsortialVuFind implements RecommendInterface, \Laminas\Log\LoggerAwareIn
/**
* Query string from the original search results
*
* @var string
* @var ?string
*/
protected $queryString;
protected $queryString = null;

/**
* Constructor
Expand Down

0 comments on commit 1576b22

Please sign in to comment.