Passed
Push — master ( 43a084...7e18cf )
by Jon
01:56
created
src/Components/AbstractComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         }
46 46
         $behaviour = new \stdClass();
47 47
         $behaviour->type = $type;
48
-        if (!is_null($factor)  && $type === 'parallax') {
48
+        if (!is_null($factor) && $type === 'parallax') {
49 49
             $behaviour->factor = (float) $factor;
50 50
         }
51 51
         $this->behaviour = $behaviour;
Please login to merge, or discard this patch.