Skip to content

Commit

Permalink
Fix PHPStan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-ulrich-weber committed Jun 28, 2024
1 parent f750676 commit 94d9425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Common/Solr/SolrSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ class SolrSearch implements \Countable, \Iterator, \ArrayAccess, QueryResultInte
* @access private
* @var QueryResult|null
*/
private QueryResult $listedMetadata;
private ?QueryResult $listedMetadata;

/**
* @access private
* @var QueryResult|null
*/
private QueryResult $indexedMetadata;
private ?QueryResult $indexedMetadata;

/**
* @access private
Expand Down

0 comments on commit 94d9425

Please sign in to comment.