This commit is contained in:
Nicolas Grekas 2019-08-20 13:58:36 +02:00
parent ef0119a2d4
commit 55a484dc20
3 changed files with 2 additions and 5 deletions

View File

@ -12,7 +12,6 @@
namespace Symfony\Bridge\ProxyManager\Tests\LazyProxy\PhpDumper;
use PHPUnit\Framework\TestCase;
use ProxyManager\Version;
use Symfony\Bridge\ProxyManager\LazyProxy\PhpDumper\ProxyDumper;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;

View File

@ -164,7 +164,7 @@ abstract class Descriptor implements DescriptorInterface
/**
* Describes a callable.
*
* @param callable $callable
* @param mixed $callable
*/
abstract protected function describeCallable($callable, array $options = []);

View File

@ -228,9 +228,7 @@ class YamlDumper extends Dumper
/**
* Dumps callable to YAML format.
*
* @param callable $callable
*
* @return callable
* @param mixed $callable
*/
private function dumpCallable($callable)
{