mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Uses Collision ^7.0
This commit is contained in:
@ -56,7 +56,7 @@ final class ExceptionTrace
|
||||
|
||||
$cleanedTrace = [];
|
||||
foreach ($trace as $item) {
|
||||
if (key_exists('file', $item) && mb_strpos($item['file'], 'vendor/pestphp/pest/') > 0) {
|
||||
if (array_key_exists('file', $item) && mb_strpos($item['file'], 'vendor/pestphp/pest/') > 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user