Completed
Push — master ( 53e30c...17ea5b )
by Laurent
09:45
created
src/AppBundle/Controller/AbstractInventoryController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Get the Inventory edit type
34 34
      *
35
-     * @param \AppBundle\Controller\Inventory $inventory Inventaire à éditer
35
+     * @param Inventory $inventory Inventaire à éditer
36 36
      * @return array
37 37
      */
38 38
     protected function getInvetoryEditType(Inventory $inventory)
@@ -83,7 +83,6 @@  discard block
 block discarded – undo
83 83
      *
84 84
      * @param array $articleLine tableau
85 85
      * @param Inventory $inventory Inventaire traité
86
-     * @param array $articles Articles actifs
87 86
      */
88 87
     protected function getLineArticles(array $articleLine, Inventory $inventory)
89 88
     {
Please login to merge, or discard this patch.
src/AppBundle/Controller/InventoryController.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -357,7 +357,8 @@
 block discarded – undo
357 357
         }
358 358
     }
359 359
 
360
-    private function closeInventoryArticles($param) {
360
+    private function closeInventoryArticles($param)
361
+    {
361 362
         
362 363
     }
363 364
 }
Please login to merge, or discard this patch.