mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
fix: test suite
This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user