Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71b8a66

Browse filesBrowse files
committed
fixed CS
1 parent 4e7293a commit 71b8a66
Copy full SHA for 71b8a66

File tree

4 files changed

+4
-9
lines changed
Filter options

4 files changed

+4
-9
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
+4-4Lines changed: 4 additions & 4 deletions
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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Client.php
-1Lines changed: 0 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php
-2Lines changed: 0 additions & 2 deletions
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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php
-2Lines changed: 0 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.