Skip to content

Commit 87d22b7

Browse files
Merge branch '6.4' into 7.0
* 6.4: Add missing return types to magic methods
2 parents ff357d8 + 5b26624 commit 87d22b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Transport/Smtp/SmtpTransport.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,9 @@ public function __sleep(): array
372372
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);
373373
}
374374

375+
/**
376+
* @return void
377+
*/
375378
public function __wakeup()
376379
{
377380
throw new \BadMethodCallException('Cannot unserialize '.__CLASS__);

0 commit comments

Comments
 (0)