Completed
Push — master ( 1d416b...de0f67 )
by Gilmar
24:18
created
src/Entity/Product/Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@
 block discarded – undo
76 76
         return $this->getPool()->add($product);
77 77
     }
78 78
 
79
+    /**
80
+     * @param string $route
81
+     */
79 82
     protected function getMap($route, Product $product)
80 83
     {
81 84
         return $this->factoryMap($route, ['itemId' => $product->getId()]);
Please login to merge, or discard this patch.
src/Entity/ManagerAbstract.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,8 @@
 block discarded – undo
22 22
     }
23 23
 
24 24
     /**
25
-     * @return Gpupo\Common\Entity\CollectionAbstract|null
25
+     * @param \Gpupo\Common\Entity\Collection $data
26
+     * @return \Gpupo\Common\Entity\Collection|null
26 27
      */
27 28
     protected function fetchPrepare($data)
28 29
     {
Please login to merge, or discard this patch.