Completed
Push — master ( 022d6c...ba1cae )
by Chris
03:33
created
src/GlobeLabsSmsMessage.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Coreproc\GlobeLabsSms;
4 4
 
5
-use Exception;
6
-use Coreproc\MsisdnPh\Msisdn;
7 5
 use Coreproc\GlobeLabsSms\Exceptions\CouldNotSendNotification;
6
+use Coreproc\MsisdnPh\Msisdn;
7
+use Exception;
8 8
 
9 9
 class GlobeLabsSmsMessage
10 10
 {
Please login to merge, or discard this patch.
src/GlobeLabsSmsChannel.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -62,6 +62,10 @@
 block discarded – undo
62 62
         }
63 63
     }
64 64
 
65
+    /**
66
+     * @param GuzzleException $exception
67
+     * @param string $langString
68
+     */
65 69
     private function generateExceptionMessage($exception, $langString)
66 70
     {
67 71
         $message = $exception->getMessage();
Please login to merge, or discard this patch.