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