Completed
Push — master ( 96b04d...03bbfd )
by Oliver
02:41
created
src/BoxedCode/Eloquent/Meta/Types/IntegerType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function set($value)
32 32
     {
33
-       parent::set(intval($value));
33
+        parent::set(intval($value));
34 34
     }
35 35
 
36 36
     /**
Please login to merge, or discard this patch.