Completed
Pull Request — master (#67)
by Luke
03:46 queued 01:45
created
src/Traits/CartOptionsMagicMethodsTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function __set($option, $value)
40 40
     {
41
-        if(is_callable(array($this, 'generateHash'))) {
41
+        if (is_callable(array($this, 'generateHash'))) {
42 42
            $this->generateHash();
43 43
         }
44 44
 
Please login to merge, or discard this patch.