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.