Completed
Push — master ( f3d682...6367b5 )
by Gilmar
21:40
created
src/Entity/Order/Manager.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@  discard block
 block discarded – undo
30 30
         $this->maps = include 'map.php';
31 31
     }
32 32
 
33
+    /**
34
+     * @param string $decoratorName
35
+     */
33 36
     protected function factoryDecorator(Order $order, $decoratorName)
34 37
     {
35 38
         $className = __NAMESPACE__.'\\Decorator\\'.$decoratorName;
@@ -68,7 +71,7 @@  discard block
 block discarded – undo
68 71
     }
69 72
 
70 73
     /**
71
-     * @return Gpupo\Common\Entity\CollectionAbstract|null
74
+     * @return null|Shippings
72 75
      */
73 76
     public function fetchShippings($orderNumber)
74 77
     {
Please login to merge, or discard this patch.