@@ -14,6 +14,6 @@ |
||
14 | 14 | public static function statusUpdateTooLong($exceededLength) |
15 | 15 | { |
16 | 16 | return new static("Couldn't post Notification, because the status message was too long by ". |
17 | - $exceededLength . " character(s)."); |
|
17 | + $exceededLength." character(s)."); |
|
18 | 18 | } |
19 | 19 | } |