Passed
Pull Request — master (#116)
by Arnaud
05:44 queued 02:35
created
AdminBundle/Bridge/Doctrine/ORM/Event/Subscriber/ORMSubscriberTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
     public function testAddOrderWithSort()
92 92
     {
93
-        list($subscriber, $requestStack, ) = $this->createSubscriber();
93
+        list($subscriber, $requestStack,) = $this->createSubscriber();
94 94
 
95 95
         $request = new Request([
96 96
             'sort' => 'name',
Please login to merge, or discard this patch.
tests/AdminBundle/Factory/FormFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     public function testCreateDeleteForm()
27 27
     {
28
-        list($factory, , $formFactory) = $this->createFactory();
28
+        list($factory,, $formFactory) = $this->createFactory();
29 29
 
30 30
         $action = $this->createActionWithConfigurationMock([
31 31
             ['form', 'form_type'],
Please login to merge, or discard this patch.