Skip to content

Commit f46d324

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: fixed CS fixed CS
2 parents 8cb614d + ceae3bf commit f46d324

File tree

25 files changed

+28
-36
lines changed

25 files changed

+28
-36
lines changed

src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Bridge\Twig\Extension\WorkflowExtension;
1616
use Symfony\Component\Workflow\Definition;
17-
use Symfony\Component\Workflow\Marking;
1817
use Symfony\Component\Workflow\Registry;
1918
use Symfony\Component\Workflow\SupportStrategy\ClassInstanceSupportStrategy;
2019
use Symfony\Component\Workflow\Transition;

src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ private function absoluteSymlinkWithFallback($originDir, $targetDir)
255255
* @param string $targetDir
256256
* @param bool $relative
257257
*
258-
* @throws IOException If link can not be created.
258+
* @throws IOException if link can not be created
259259
*/
260260
private function symlink($originDir, $targetDir, $relative = false)
261261
{

src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\SecurityBundle\Security;
1313

1414
use Psr\Container\ContainerInterface;
15-
use Symfony\Bundle\SecurityBundle\Security\FirewallContext;
1615
use Symfony\Component\Security\Http\FirewallMapInterface;
1716
use Symfony\Component\HttpFoundation\Request;
1817

src/Symfony/Component/Cache/Traits/RedisTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function init($redisClient, $namespace = '', $defaultLifetime = 0)
6767
* @param string $dsn
6868
* @param array $options See self::$defaultConnectionOptions
6969
*
70-
* @throws InvalidArgumentException When the DSN is invalid.
70+
* @throws InvalidArgumentException when the DSN is invalid
7171
*
7272
* @return \Redis|\Predis\Client According to the "class" option
7373
*/

src/Symfony/Component/Console/Command/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public function setHidden($hidden)
487487
}
488488

489489
/**
490-
* @return bool Whether the command should be publicly shown or not.
490+
* @return bool whether the command should be publicly shown or not
491491
*/
492492
public function isHidden()
493493
{

src/Symfony/Component/Console/Tester/CommandTester.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ public function getStatusCode()
137137
/**
138138
* Sets the user inputs.
139139
*
140-
* @param array An array of strings representing each input
141-
* passed to the command input stream.
140+
* @param array an array of strings representing each input
141+
* passed to the command input stream
142142
*
143143
* @return CommandTester
144144
*/

src/Symfony/Component/DependencyInjection/Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ public function isAbstract()
703703
*
704704
* @return $this
705705
*
706-
* @throws InvalidArgumentException When the message template is invalid.
706+
* @throws InvalidArgumentException when the message template is invalid
707707
*/
708708
public function setDeprecated($status = true, $template = null)
709709
{

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Loader;
1313

14-
use Symfony\Component\Config\Resource\DirectoryResource;
15-
1614
/**
1715
* DirectoryLoader is a recursive loader to go through directories.
1816
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Loader;
1313

14-
use Symfony\Component\Config\Resource\FileResource;
1514
use Symfony\Component\Config\Util\XmlUtils;
1615
use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
1716

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\DependencyInjection\Loader;
1313

14-
use Symfony\Component\Config\Resource\FileResource;
15-
1614
/**
1715
* PhpFileLoader loads service definitions from a PHP file.
1816
*

0 commit comments

Comments
 (0)