@@ -90,7 +90,7 @@ |
||
| 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', |
@@ -25,7 +25,7 @@ |
||
| 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'], |