Skip to content

Commit 2c244bb

Browse files
committed
Make some classes final
1 parent 39edb14 commit 2c244bb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Transport/Smtp/SmtpTransport.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,7 @@ protected function doSend(SentMessage $message): void
244244
}
245245
}
246246

247-
/**
248-
* @internal since version 6.1, to be made private in 7.0
249-
*
250-
* @final since version 6.1, to be made private in 7.0
251-
*/
252-
protected function doHeloCommand(): void
247+
private function doHeloCommand(): void
253248
{
254249
$this->executeCommand(sprintf("HELO %s\r\n", $this->domain), [250]);
255250
}

0 commit comments

Comments
 (0)