File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Bridge/ProxyManager/Tests/LazyProxy/PhpDumper
Bundle/FrameworkBundle/Console/Descriptor
DependencyInjection/Dumper Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bridge \ProxyManager \Tests \LazyProxy \PhpDumper ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use ProxyManager \Version ;
16
15
use Symfony \Bridge \ProxyManager \LazyProxy \PhpDumper \ProxyDumper ;
17
16
use Symfony \Component \DependencyInjection \Definition ;
18
17
use Symfony \Component \DependencyInjection \LazyProxy \PhpDumper \DumperInterface ;
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ abstract protected function describeEventDispatcherListeners(EventDispatcherInte
174
174
/**
175
175
* Describes a callable.
176
176
*
177
- * @param callable $callable
177
+ * @param mixed $callable
178
178
*/
179
179
abstract protected function describeCallable ($ callable , array $ options = []);
180
180
Original file line number Diff line number Diff line change @@ -200,9 +200,7 @@ private function addParameters(): string
200
200
/**
201
201
* Dumps callable to YAML format.
202
202
*
203
- * @param callable $callable
204
- *
205
- * @return callable
203
+ * @param mixed $callable
206
204
*/
207
205
private function dumpCallable ($ callable )
208
206
{
Original file line number Diff line number Diff line change 18
18
use Symfony \Component \DependencyInjection \Extension \ExtensionInterface ;
19
19
20
20
/**
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.
23
22
*
24
23
* @author Fabien Potencier <fabien@symfony.com>
25
24
*/
You can’t perform that action at this time.
0 commit comments