Completed
Push — master ( 462893...2f8d3d )
by Rai
06:28 queued 03:02
created
src/Doctrine/ODM/MongoDB/Repositories/BaseRepository.php 1 patch
Doc Comments   +8 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,6 +12,9 @@  discard block
 block discarded – undo
12 12
 {
13 13
     abstract public function preSave(BaseEntityInterface $entity);
14 14
 
15
+    /**
16
+     * @return string
17
+     */
15 18
     abstract public function getMessageNotFound();
16 19
 
17 20
     public function validate(BaseEntityInterface $entity)
@@ -40,6 +43,9 @@  discard block
 block discarded – undo
40 43
         return parent::getClassMetadata();
41 44
     }
42 45
 
46
+    /**
47
+     * @return string|null
48
+     */
43 49
     public function getEntityName()
44 50
     {
45 51
         return parent::getDocumentName();
@@ -137,7 +143,7 @@  discard block
 block discarded – undo
137 143
     }
138 144
 
139 145
     /**
140
-     * @param Bludata\Entities\BaseEntityInterface $entity
146
+     * @param BaseEntityInterface $entity
141 147
      *
142 148
      * @return Bludata\Repositories\QueryWorker
143 149
      */
@@ -149,7 +155,7 @@  discard block
 block discarded – undo
149 155
     }
150 156
 
151 157
     /**
152
-     * @param Bludata\Entities\BaseEntityInterface $entity
158
+     * @param BaseEntityInterface $entity
153 159
      *
154 160
      * @return Bludata\Repositories\QueryWorker
155 161
      */
Please login to merge, or discard this patch.