Completed
Push — master ( 2d0f09...92bffa )
by max
02:45
created
src/FinderAggregateRepository.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @param mixed $criteria
85
+     * @param CriteriaInterface $criteria
86 86
      * @return EntityInterface|null
87 87
      */
88 88
     public function find($criteria)
@@ -223,6 +223,9 @@  discard block
 block discarded – undo
223 223
         return $this->find($criteria);
224 224
     }
225 225
 
226
+    /**
227
+     * @param integer $entityName
228
+     */
226 229
     private function getRelatedField($entityName)
227 230
     {
228 231
         if (!isset($this->relationsConfig[$entityName])) {
Please login to merge, or discard this patch.