Skip to content

Commit 75ea7f9

Browse files
Merge branch '4.4' into 5.2
* 4.4: [4.4] Add missing `@return` annotations Handle lock with long key
2 parents 61015d7 + edcd1e8 commit 75ea7f9

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
@@ -340,6 +340,9 @@ private function checkRestartThreshold(): void
340340
$this->restartCounter = 0;
341341
}
342342

343+
/**
344+
* @return array
345+
*/
343346
public function __sleep()
344347
{
345348
throw new \BadMethodCallException('Cannot serialize '.__CLASS__);

0 commit comments

Comments
 (0)