chore: ignores phpstan error

This commit is contained in:
Nuno Maduro
2023-01-10 00:20:49 +00:00
parent 76d1a8ffed
commit feedeab7e3

View File

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