8000
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.
2 parents 763d478 + ff6d9c1 commit 4913362Copy full SHA for 4913362
src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php
@@ -17,17 +17,12 @@
17
18
class DefaultAuthenticationFailureHandlerTest extends \PHPUnit_Framework_TestCase
19
{
20
- private $httpKernel = null;
21
-
22
- private $httpUtils = null;
23
24
- private $logger = null;
25
26
- private $request = null;
27
28
- private $session = null;
29
30
- private $exception = null;
+ private $httpKernel;
+ private $httpUtils;
+ private $logger;
+ private $request;
+ private $session;
+ private $exception;
31
32
protected function setUp()
33
0 commit comments