Completed
Push — master ( 0d9cfe...073f2f )
by Joachim
12:30
created
Controller/CallbackController.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 use Loevgaard\DandomainAltapayBundle\Entity\PaymentInterface;
5 5
 use Loevgaard\DandomainAltapayBundle\Manager\PaymentManager;
6
-use Symfony\Bundle\FrameworkBundle\Controller\Controller;
7
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
7
+use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
8
+use Symfony\Bundle\FrameworkBundle\Controller\Controller;
9 9
 use Symfony\Component\HttpFoundation\Request;
10 10
 use Symfony\Component\HttpFoundation\Response;
11 11
 
Please login to merge, or discard this patch.
Entity/Payment.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 namespace Loevgaard\DandomainAltapayBundle\Entity;
3 3
 
4 4
 use Doctrine\Common\Collections\ArrayCollection;
5
-use Doctrine\ORM\Mapping AS ORM;
5
+use Doctrine\ORM\Mapping as ORM;
6 6
 use Knp\DoctrineBehaviors\Model as ORMBehaviors;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.