We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaaca1 commit 6d28190Copy full SHA for 6d28190
src/Exceptions/CouldNotSendNotification.php
@@ -13,6 +13,6 @@ public static function serviceRespondedWithAnError($response)
13
14
public static function statusUpdateTooLong($exceededLength)
15
{
16
- return new static("Couldn't post Notification, because the status message was too long by ".$exceededLength." character(s).");
+ return new static("Couldn't post Notification, because the status message was too long by ".$exceededLength.' character(s).');
17
}
18
0 commit comments