mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
⬆️ N°4770 Update to latest Symfony 3.4
This commit is contained in:
@@ -100,24 +100,12 @@ abstract class Descriptor implements DescriptorInterface
|
||||
$this->output->write($content, false, $decorated ? OutputInterface::OUTPUT_NORMAL : OutputInterface::OUTPUT_RAW);
|
||||
}
|
||||
|
||||
/**
|
||||
* Describes an InputArgument instance.
|
||||
*/
|
||||
abstract protected function describeRouteCollection(RouteCollection $routes, array $options = []);
|
||||
|
||||
/**
|
||||
* Describes an InputOption instance.
|
||||
*/
|
||||
abstract protected function describeRoute(Route $route, array $options = []);
|
||||
|
||||
/**
|
||||
* Describes container parameters.
|
||||
*/
|
||||
abstract protected function describeContainerParameters(ParameterBag $parameters, array $options = []);
|
||||
|
||||
/**
|
||||
* Describes container tags.
|
||||
*/
|
||||
abstract protected function describeContainerTags(ContainerBuilder $builder, array $options = []);
|
||||
|
||||
/**
|
||||
@@ -138,19 +126,10 @@ abstract class Descriptor implements DescriptorInterface
|
||||
*/
|
||||
abstract protected function describeContainerServices(ContainerBuilder $builder, array $options = []);
|
||||
|
||||
/**
|
||||
* Describes a service definition.
|
||||
*/
|
||||
abstract protected function describeContainerDefinition(Definition $definition, array $options = []);
|
||||
|
||||
/**
|
||||
* Describes a service alias.
|
||||
*/
|
||||
abstract protected function describeContainerAlias(Alias $alias, array $options = [], ContainerBuilder $builder = null);
|
||||
|
||||
/**
|
||||
* Describes a container parameter.
|
||||
*/
|
||||
abstract protected function describeContainerParameter($parameter, array $options = []);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user