Skip to content

Commit 6d28190

Browse files
author
Christoph Rumpel
committed
More style fixes
1 parent fdaaca1 commit 6d28190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptions/CouldNotSendNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ public static function serviceRespondedWithAnError($response)
1313

1414
public static function statusUpdateTooLong($exceededLength)
1515
{
16-
return new static("Couldn't post Notification, because the status message was too long by ".$exceededLength." character(s).");
16+
return new static("Couldn't post Notification, because the status message was too long by ".$exceededLength.' character(s).');
1717
}
1818
}

0 commit comments

Comments
 (0)