fix tests

This commit is contained in:
Fabio Ivona
2022-09-12 18:01:51 +02:00
parent af6240b4ee
commit 077b5ffce0
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,6 @@ final class ExceptionTrace
*/
public static function removePestReferences(Throwable $t): void
{
/* @phpstan-ignore-next-line */
if (!property_exists($t, 'serializableTrace')) {
return;
}