Completed
Push — master ( 99def0...0d2c4c )
by Boy
03:15 queued 55s
created
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
-    static public function getClassName(){
88
+    static public function getClassName() {
89 89
 
90 90
         return get_called_class();
91 91
     }
Please login to merge, or discard this patch.
src/CMPayments/Cache/Cache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
         $this->options = array_merge($defaultOptions, $options);
33 33
 
34
-        $this->passthru =& $passthru;
34
+        $this->passthru = & $passthru;
35 35
     }
36 36
 
37 37
     /**
Please login to merge, or discard this patch.