mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
release: v1.22.1
This commit is contained in:
@ -44,6 +44,7 @@ final class ExceptionTrace
|
||||
*/
|
||||
public static function removePestReferences(Throwable $t): void
|
||||
{
|
||||
/* @phpstan-ignore-next-line */
|
||||
if (!property_exists($t, 'serializableTrace')) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user