Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Sep 14, 2021
1 parent 5e0867b commit b95daf3
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 __construct(array $filters, int $code = 0, \Throwable $previous
$criteriaMessages = [];
foreach ($filters as $key => $value) {
if (\is_object($value)) {
$value = get_debug_type($value);
$value = \get_debug_type($value);
} else {
$value = \json_encode($value);
}
Expand Down

0 comments on commit b95daf3

Please sign in to comment.