Completed
Push — master ( 953783...055045 )
by Dominik
02:02
created
src/RepositoryInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,7 @@  discard block
 block discarded – undo
40 40
      * @param ModelInterface $model
41 41
      *
42 42
      * @throws AlreadyKnownException
43
+     * @return void
43 44
      */
44 45
     public function insert(ModelInterface $model);
45 46
 
@@ -47,6 +48,7 @@  discard block
 block discarded – undo
47 48
      * @param ModelInterface $model
48 49
      *
49 50
      * @throws UnknownException
51
+     * @return void
50 52
      */
51 53
     public function update(ModelInterface $model);
52 54
 
@@ -54,6 +56,7 @@  discard block
 block discarded – undo
54 56
      * @param ModelInterface $model
55 57
      *
56 58
      * @throws UnknownException
59
+     * @return void
57 60
      */
58 61
     public function delete(ModelInterface $model);
59 62
 }
Please login to merge, or discard this patch.