Skip to content

Commit c1f83da

Browse files
Merge branch '5.2' into 5.3
* 5.2: [5.2] Add missing `@return` annotations [4.4] Add missing `@return` annotations Handle lock with long key #42227 update phpdoc to recommend createIndex over ensureIndex
2 parents 612e534 + 75ea7f9 commit c1f83da

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)