Completed
Branch master (96b04d)
by Oliver
02:20
created
src/BoxedCode/Eloquent/Meta/Metable.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -11,9 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace BoxedCode\Eloquent\Meta;
13 13
 
14
-use BoxedCode\Eloquent\Meta\MetaCollection;
15
-use BoxedCode\Eloquent\Meta\Contracts\MetaItem as ItemContract;
16
-
17 14
 trait Metable
18 15
 {
19 16
     /**
Please login to merge, or discard this patch.
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.