Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverearl committed Dec 3, 2024
1 parent 2274b71 commit 2f5b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ExceptionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Human-readable keys for test output:
$improvedKeys = array_map(
static fn(string $key): string => ucfirst(strtolower(str_replace('_', ' ', $key))),
array_keys($errors)
array_keys($errors),
);

return array_map(
Expand Down

0 comments on commit 2f5b487

Please sign in to comment.