mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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