Skip to content

Commit bf31987

Browse files
authored
Merge pull request #7 from laravel-notification-channels/analysis-qBA95g
Applied fixes from StyleCI
2 parents 32d93ad + 740d333 commit bf31987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PusherMessage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ public function toiOS()
277277
],
278278
'sound' => $this->sound,
279279
'badge' => $this->badge,
280-
]
281-
]
280+
],
281+
],
282282
];
283283

284284
$this->formatMessage($message);

0 commit comments

Comments
 (0)