Passed
Branch master (00b45f)
by SignpostMarv
07:32
created
src/AbstractDaftObjectEasyDBRepository.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@  discard block
 block discarded – undo
25 25
         $this->db = $db;
26 26
     }
27 27
 
28
+    /**
29
+     * @param EasyDB $db
30
+     */
28 31
     public static function DaftObjectRepositoryByType(
29 32
         string $type,
30 33
         ? EasyDB $db = null
@@ -52,6 +55,9 @@  discard block
 block discarded – undo
52 55
         return new static($type, $db);
53 56
     }
54 57
 
58
+    /**
59
+     * @param EasyDB $db
60
+     */
55 61
     public static function DaftObjectRepositoryByDaftObject(
56 62
         DefinesOwnIdPropertiesInterface $object,
57 63
         ? EasyDB $db = null
Please login to merge, or discard this patch.