Skip to content

Commit edcd1e8

Browse files
[4.4] Add missing @return annotations
1 parent 68cd209 commit edcd1e8

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)