Completed
Push — master ( c1f454...99d563 )
by Rai
02:41
created
src/Doctrine/ODM/MongoDB/Repositories/BaseRepository.php 1 patch
Doc Comments   +8 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@  discard block
 block discarded – undo
26 26
         return $this;
27 27
     }
28 28
 
29
+    /**
30
+     * @return string
31
+     */
29 32
     abstract public function getMessageNotFound();
30 33
 
31 34
     public function validate(BaseEntityInterface $entity)
@@ -54,6 +57,9 @@  discard block
 block discarded – undo
54 57
         return parent::getClassMetadata();
55 58
     }
56 59
 
60
+    /**
61
+     * @return string|null
62
+     */
57 63
     public function getEntityName()
58 64
     {
59 65
         return parent::getDocumentName();
@@ -151,7 +157,7 @@  discard block
 block discarded – undo
151 157
     }
152 158
 
153 159
     /**
154
-     * @param Bludata\Entities\BaseEntityInterface $entity
160
+     * @param BaseEntityInterface $entity
155 161
      *
156 162
      * @return Bludata\Repositories\QueryWorker
157 163
      */
@@ -163,7 +169,7 @@  discard block
 block discarded – undo
163 169
     }
164 170
 
165 171
     /**
166
-     * @param Bludata\Entities\BaseEntityInterface $entity
172
+     * @param BaseEntityInterface $entity
167 173
      *
168 174
      * @return Bludata\Repositories\QueryWorker
169 175
      */
Please login to merge, or discard this patch.