Skip to content

Commit 68bc9fb

Browse files
committed
nitpick
1 parent c517dc1 commit 68bc9fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/WebPushMessage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class WebPushMessage
4343

4444
/**
4545
* @param string $body
46+
*
4647
* @return static
4748
*/
4849
public static function create($body = '')
@@ -56,6 +57,7 @@ public static function create($body = '')
5657
public function __construct($body = '')
5758
{
5859
$this->title = '';
60+
5961
$this->body = $body;
6062
}
6163

0 commit comments

Comments
 (0)