Skip to content

Commit 71b8a66

Browse files
committed
fixed CS
1 parent 4e7293a commit 71b8a66

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@ private function parseDefaults(array &$content, $file)
229229
/**
230230
* Parses a definition.
231231
*
232-
* @param string $id
233-
* @param array|string $service
234-
* @param string $file
235-
* @param array $defaults
232+
* @param string $id
233+
* @param array|string $service
234+
* @param string $file
235+
* @param array $defaults
236236
*
237237
* @throws InvalidArgumentException When tags are invalid
238238
*/

src/Symfony/Component/HttpKernel/Client.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Symfony\Component\BrowserKit\Client as BaseClient;
1515
use Symfony\Component\BrowserKit\Request as DomRequest;
1616
use Symfony\Component\BrowserKit\Response as DomResponse;
17-
use Symfony\Component\BrowserKit\Cookie as DomCookie;
1817
use Symfony\Component\BrowserKit\History;
1918
use Symfony\Component\BrowserKit\CookieJar;
2019
use Symfony\Component\HttpFoundation\File\UploadedFile;

src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core\Authentication\Token;
1313

14-
use Symfony\Component\Security\Core\Role\Role;
15-
1614
/**
1715
* PreAuthenticatedToken implements a pre-authenticated token.
1816
*

src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Security\Core\Authentication\Token;
1313

14-
use Symfony\Component\Security\Core\Role\Role;
15-
1614
/**
1715
* UsernamePasswordToken implements a username and password token.
1816
*

0 commit comments

Comments
 (0)