Completed
Push — master ( f6fd2e...e2b3a0 )
by Laurent
03:42
created
src/AppBundle/Controller/Install/Install4Controller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
      * @Method({"POST","GET"})
123 123
      * @Template("AppBundle:install:step4.html.twig")
124 124
      *
125
-     * @param Symfony\Component\HttpFoundation\Request $request Requète du formulaire
125
+     * @param Request $request Requète du formulaire
126 126
      *
127 127
      * @return \Symfony\Component\HttpFoundation\RedirectResponse|array Rendue de la page
128 128
      */
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      * @Method({"POST","GET"})
160 160
      * @Template("AppBundle:install:step4.html.twig")
161 161
      *
162
-     * @param Symfony\Component\HttpFoundation\Request $request Requète du formulaire
162
+     * @param Request $request Requète du formulaire
163 163
      *
164 164
      * @return \Symfony\Component\HttpFoundation\RedirectResponse|array Rendue de la page
165 165
      */
Please login to merge, or discard this patch.
src/AppBundle/Entity/InventoryArticles.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
     /**
192 192
      * Set unitStorage
193 193
      *
194
-     * @param null|string|\AppBundle\Entity\UnitStorage $unitStorage
194
+     * @param null|UnitStorage $unitStorage
195 195
      * @return InventoryArticles
196 196
      */
197 197
     public function setUnitStorage(\AppBundle\Entity\UnitStorage $unitStorage = null)
Please login to merge, or discard this patch.
src/AppBundle/Entity/Settings.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
     /**
143 143
      * Get first_inventory.
144 144
      *
145
-     * @return \DateTime|null Date du premier inventaire
145
+     * @return \DateTime Date du premier inventaire
146 146
      */
147 147
     public function getFirstInventory()
148 148
     {
Please login to merge, or discard this patch.