fix: test suite

This commit is contained in:
Nuno Maduro
2024-04-28 11:02:24 +01:00
parent cfa00da885
commit 335bfdb79d
9 changed files with 65 additions and 17 deletions

View File

@ -129,7 +129,7 @@ final class Converter
// Format stacktrace as `at <path>`
$frames = array_map(
fn (string $frame) => "at $frame",
fn (string $frame): string => "at $frame",
$frames
);