Skip to content

Commit cc5662c

Browse files
committed
Fix cs
1 parent 4dc818f commit cc5662c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/GateCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(Gate $gate)
3131
* {@inheritDoc}
3232
*/
3333
protected function customizeMessageHtml($messageHtml, $message)
34-
{
34+
{
3535
$pos = strpos((string) $messageHtml, 'array:4');
3636
if ($pos !== false) {
3737
$messageHtml = substr_replace($messageHtml, $message['ability'], $pos, 7);

0 commit comments

Comments
 (0)