From 7898fe734c518a84e450561a7fdca2cf44580d6a Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 11 Aug 2016 18:45:11 -0400 Subject: [PATCH] Applied fixes from StyleCI --- src/Exceptions/CouldNotSendNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/CouldNotSendNotification.php b/src/Exceptions/CouldNotSendNotification.php index 56e4d83..23dd148 100644 --- a/src/Exceptions/CouldNotSendNotification.php +++ b/src/Exceptions/CouldNotSendNotification.php @@ -6,6 +6,6 @@ class CouldNotSendNotification extends \Exception { public static function serviceRespondedWithAnError($response) { - return new static('OneSignal responded with an error: `'.$response->getBody()->getContents() . '`'); + return new static('OneSignal responded with an error: `'.$response->getBody()->getContents().'`'); } }