Completed
Push — sf2.7 ( 8586ff...27ae11 )
by Laurent
03:38
created
src/AppBundle/Controller/InventoryController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
21 21
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
22 22
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Template;
23
-
24 23
 use AppBundle\Entity\Inventory;
25 24
 use AppBundle\Form\Type\InventoryType;
26 25
 use AppBundle\Entity\InventoryArticles;
Please login to merge, or discard this patch.
src/AppBundle/Entity/InventoryArticles.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace AppBundle\Entity;
4 4
 
5 5
 use Doctrine\ORM\Mapping as ORM;
6
-use Doctrine\Common\Collections\ArrayCollection;
7 6
 
8 7
 /**
9 8
  * InventoryArticles
Please login to merge, or discard this patch.