Completed
Push — master ( 265a2d...f9e310 )
by jerome
02:58
created
src/DP/Core/MachineBundle/Form/MachineEntityType.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 use DP\Core\MachineBundle\Entity\MachineRepository;
15 15
 use DP\Core\UserBundle\Service\UserGroupResolver;
16 16
 use Symfony\Component\Form\AbstractType;
17
-use Symfony\Component\Form\FormView;
18
-use Symfony\Component\Form\FormInterface;
19 17
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
20 18
 use Symfony\Component\Security\Core\SecurityContext;
21 19
 use DP\Core\UserBundle\Entity\User;
Please login to merge, or discard this patch.
src/DP/GameServer/MinecraftServerBundle/Entity/MinecraftServer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Doctrine\ORM\Mapping as ORM;
15 15
 use DP\GameServer\GameServerBundle\Entity\GameServer;
16 16
 use Symfony\Component\Validator\Constraints as Assert;
17
-use DP\Core\MachineBundle\PHPSeclibWrapper\PHPSeclibWrapper;
18 17
 use DP\Core\GameBundle\Entity\Plugin;
19 18
 use DP\Core\CoreBundle\Exception\MissingPacketException;
20 19
 use Symfony\Component\Validator\Mapping\ClassMetadata;
Please login to merge, or discard this patch.