Skip to content

Commit b8589c9

Browse files
committed
Add missing return type
1 parent 5dd089d commit b8589c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mailbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(array $config = [])
5353
/**
5454
* Prepare the cloned instance.
5555
*/
56-
public function __clone()
56+
public function __clone(): void
5757
{
5858
$this->connection = null;
5959
}

0 commit comments

Comments
 (0)