Completed
Branch master (96b04d)
by Oliver
02:20
created
src/BoxedCode/Eloquent/Meta/Types/Registry.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -40,6 +40,10 @@
 block discarded – undo
40 40
         );
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $class
45
+     * @param Type $instance
46
+     */
43 47
     protected function registerClass($class, $instance)
44 48
     {
45 49
         if (!isset($this->registered[$class])) {
Please login to merge, or discard this patch.
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.