Skip to content

Commit

Permalink
phpdoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-samuel committed Dec 10, 2021
1 parent 6a54fe0 commit c35ea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private function findRecordsMap(array $filters, ?array $inputRecords = null): ar
}

/**
* @var array<int,int> $inputRecords
* @var array<int,bool> $inputRecords
*/
$result = $inputRecords;

Expand Down

0 comments on commit c35ea9b

Please sign in to comment.