Skip to content

Commit 2c1f349

Browse files
Merge branch '3.4' into 4.3
* 3.4: cs fix [HttpKernel] Remove outdated docblock comment
2 parents 974b77e + 55a484d commit 2c1f349

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bridge\ProxyManager\Tests\LazyProxy\PhpDumper;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use ProxyManager\Version;
1615
use Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper;
1716
use Symfony\Component\DependencyInjection\Definition;
1817
use Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface;

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ abstract protected function describeEventDispatcherListeners(EventDispatcherInte
174174
/**
175175
* Describes a callable.
176176
*
177-
* @param callable $callable
177+
* @param mixed $callable
178178
*/
179179
abstract protected function describeCallable($callable, array $options = []);
180180

src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,7 @@ private function addParameters(): string
200200
/**
201201
* Dumps callable to YAML format.
202202
*
203-
* @param callable $callable
204-
*
205-
* @return callable
203+
* @param mixed $callable
206204
*/
207205
private function dumpCallable($callable)
208206
{

src/Symfony/Component/HttpKernel/Bundle/Bundle.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
1919

2020
/**
21-
* An implementation of BundleInterface that adds a few conventions
22-
* for DependencyInjection extensions and Console commands.
21+
* An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions.
2322
*
2423
* @author Fabien Potencier <fabien@symfony.com>
2524
*/

0 commit comments

Comments
 (0)