mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: ignores phpstan error
This commit is contained in:
@ -44,7 +44,7 @@ final class ExceptionTrace
|
||||
*/
|
||||
public static function removePestReferences(Throwable $t): void
|
||||
{
|
||||
if (! property_exists($t, 'serializableTrace')) {
|
||||
if (! property_exists($t, 'serializableTrace')) { // @phpstan-ignore-line
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user