Completed
Push — master ( 35aa2e...53a9e9 )
by Boy
02:28
created
src/CMPayments/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
     /**
6 6
      * Converts an \Exception into an array
7 7
      *
8
-     * @param $e
8
+     * @param Exception $e
9 9
      *
10 10
      * @return array
11 11
      * @throws Exception
Please login to merge, or discard this patch.
src/CMPayments/Exception/BaseException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      *
86 86
      * @return string
87 87
      */
88
-    public static function getClassName(){
88
+    public static function getClassName() {
89 89
 
90 90
         return get_called_class();
91 91
     }
Please login to merge, or discard this patch.