Skip to content

Commit

Permalink
Fix return type (getValue)
Browse files Browse the repository at this point in the history
  • Loading branch information
doishub committed Jan 19, 2023
1 parent c0ba054 commit 2e53c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapper/SearchCriteriaMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private function getStructure(): ?array
/**
* Return value by structure map.
*/
private function getValue($map): ?string
private function getValue($map): mixed
{
if (\is_string($map))
{
Expand Down

0 comments on commit 2e53c4b

Please sign in to comment.