8000 cs fix · symfony/symfony@55a484d · GitHub
[go: up one dir, main page]

Skip to content

Commit 55a484d

Browse files
cs fix
1 parent ef0119a commit 55a484d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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\ContainerBuilder;
1817
use Symfony\Component\DependencyInjection\Definition;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ abstract protected function describeEventDispatcherListeners(EventDispatcherInte
164164
/**
165165
* Describes a callable.
166166
*
167-
* @param callable $callable
167+
* @param mixed $callable
168168
*/
169169
abstract protected function describeCallable($callable, array $options = []);
170170

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

Lines changed: 1 addition & 3 deletions
316F
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,7 @@ private function addParameters()
228228
/**
229229
* Dumps callable to YAML format.
230230
*
231-
* @param callable $callable
232-
*
233-
* @return callable
231+
* @param mixed $callable
234232
*/
235233
private function dumpCallable($callable)
236234
{

0 commit comments

Comments
 (0)
0