Completed
Push — master ( 022d6c...ba1cae )
by Chris
03:33
created
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.