8000 [5.6] fixed @return type for phpstan (#26098) · laravel/framework@7939094 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7939094

Browse files
Evgenastaylorotwell
authored andcommitted
[5.6] fixed @return type for phpstan (#26098)
* fixed @return type for phpstan * code style fix * Update Mailer.php
1 parent 71964f8 commit 7939094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Mail/Mailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ protected function createMessage()
456456
* Send a Swift Message instance.
457457
*
458458
* @param \Swift_Message $message
459-
* @return void
459+
* @return int|null
460460
*/
461461
protected function sendSwiftMessage($message)
462462
{

0 commit comments

Comments
 (0)
0