We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628b43b commit 012185cCopy full SHA for 012185c
Transport/Smtp/SmtpTransport.php
@@ -372,15 +372,12 @@ private function checkRestartThreshold(): void
372
$this->restartCounter = 0;
373
}
374
375
- public function __sleep(): array
+ public function __serialize(): array
376
{
377
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
378
379
380
- /**
381
- * @return void
382
- */
383
- public function __wakeup()
+ public function __unserialize(array $data): void
384
385
throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);
386
0 commit comments