Skip to content

Commit 4c4e454

Browse files
authored
Merge pull request #4 from laravel-notification-channels/analysis-86wLvo
Applied fixes from StyleCI
2 parents 68bc9fb + d91157e commit 4c4e454

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/WebPushMessage.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace NotificationChannels\WebPush;
44

5-
use Illuminate\Support\Arr;
6-
75
class WebPushMessage
86
{
97
/**
@@ -43,7 +41,7 @@ class WebPushMessage
4341

4442
/**
4543
* @param string $body
46-
*
44+
*
4745
* @return static
4846
*/
4947
public static function create($body = '')

0 commit comments

Comments
 (0)