Completed
Push — master ( d23403...374141 )
by Rai
03:12
created
src/Doctrine/Common/Interfaces/BaseEntityInterface.php 1 patch
Doc Comments   +15 added lines patch added patch discarded remove patch
@@ -16,14 +16,29 @@
 block discarded – undo
16 16
 
17 17
     public function forcePersist();
18 18
 
19
+    /**
20
+     * @return void
21
+     */
19 22
     public function prePersist();
20 23
 
24
+    /**
25
+     * @return void
26
+     */
21 27
     public function postPersist();
22 28
 
29
+    /**
30
+     * @return void
31
+     */
23 32
     public function preUpdate();
24 33
 
34
+    /**
35
+     * @return void
36
+     */
25 37
     public function postUpdate();
26 38
 
39
+    /**
40
+     * @return void
41
+     */
27 42
     public function preFlush();
28 43
 
29 44
     /**
Please login to merge, or discard this patch.