Completed
Push — master ( 9cefff...efc7f4 )
by Filipe
07:40
created
src/Entity.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @param array $data Partial data to save
32 32
      *
33
-     * @return mixed
33
+     * @return Mapper\EntityMapper
34 34
      */
35 35
     public function save(array $data = [])
36 36
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
     /**
43 43
      * Deletes current entity from its storage
44 44
      *
45
-     * @return self|$this|EntityInterface
45
+     * @return Mapper\EntityMapper
46 46
      */
47 47
     public function delete()
48 48
     {
Please login to merge, or discard this patch.