@@ -102,33 +102,21 @@ protected function write($content, $decorated = false)
102102
103103 /**
104104 * Describes an InputArgument instance.
105- *
106- * @param RouteCollection $routes
107- * @param array $options
108105 */
109106 abstract protected function describeRouteCollection (RouteCollection $ routes , array $ options = array ());
110107
111108 /**
112109 * Describes an InputOption instance.
113- *
114- * @param Route $route
115- * @param array $options
116110 */
117111 abstract protected function describeRoute (Route $ route , array $ options = array ());
118112
119113 /**
120114 * Describes container parameters.
121- *
122- * @param ParameterBag $parameters
123- * @param array $options
124115 */
125116 abstract protected function describeContainerParameters (ParameterBag $ parameters , array $ options = array ());
126117
127118 /**
128119 * Describes container tags.
129- *
130- * @param ContainerBuilder $builder
131- * @param array $options
132120 */
133121 abstract protected function describeContainerTags (ContainerBuilder $ builder , array $ options = array ());
134122
@@ -149,34 +137,21 @@ abstract protected function describeContainerService($service, array $options =
149137 *
150138 * Common options are:
151139 * * tag: filters described services by given tag
152- *
153- * @param ContainerBuilder $builder
154- * @param array $options
155140 */
156141 abstract protected function describeContainerServices (ContainerBuilder $ builder , array $ options = array ());
157142
158143 /**
159144 * Describes a service definition.
160- *
161- * @param Definition $definition
162- * @param array $options
163145 */
164146 abstract protected function describeContainerDefinition (Definition $ definition , array $ options = array ());
165147
166148 /**
167149 * Describes a service alias.
168- *
169- * @param Alias $alias
170- * @param array $options
171- * @param ContainerBuilder|null $builder
172150 */
173151 abstract protected function describeContainerAlias (Alias $ alias , array $ options = array (), ContainerBuilder $ builder = null );
174152
175153 /**
176154 * Describes a container parameter.
177- *
178- * @param string $parameter
179- * @param array $options
180155 */
181156 abstract protected function describeContainerParameter ($ parameter , array $ options = array ());
182157
@@ -185,9 +160,6 @@ abstract protected function describeContainerParameter($parameter, array $option
185160 *
186161 * Common options are:
187162 * * name: name of listened event
188- *
189- * @param EventDispatcherInterface $eventDispatcher
190- * @param array $options
191163 */
192164 abstract protected function describeEventDispatcherListeners (EventDispatcherInterface $ eventDispatcher , array $ options = array ());
193165
0 commit comments