Skip to content

Commit

Permalink
Fixed exception message in IsBookmarked visitor
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Aug 26, 2024
1 parent adfbcda commit 6441b85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function visit(
if (!is_array($criterion->value)) {
throw new LogicException(sprintf(
'Expected %s Criterion value to be an array, received %s',
IsBookmarked::class,
Criterion\Location\IsBookmarked::class,
get_debug_type($criterion->value),
));
}
Expand Down

0 comments on commit 6441b85

Please sign in to comment.