Completed
Push — master ( 167943...969e0b )
by Gilmar
22:36
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.