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.