We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6110e97 commit c6f7e90Copy full SHA for c6f7e90
Tests/DependencyInjection/ContainerAwareHttpKernelTest.php
@@ -27,7 +27,7 @@ public function testHandle($type)
27
{
28
$request = new Request();
29
$expected = new Response();
30
- $controller = function() use ($expected) {
+ $controller = function () use ($expected) {
31
return $expected;
32
};
33
@@ -79,7 +79,7 @@ public function testHandleRestoresThePreviousRequestOnException($type)
79
80
81
$expected = new \Exception();
82
83
throw $expected;
84
85
0 commit comments