@@ -120,33 +120,21 @@ protected function renderTable(Table $table, $decorated = false)
120120
121121 /**
122122 * Describes an InputArgument instance.
123- *
124- * @param RouteCollection $routes
125- * @param array $options
126123 */
127124 abstract protected function describeRouteCollection (RouteCollection $ routes , array $ options = array ());
128125
129126 /**
130127 * Describes an InputOption instance.
131- *
132- * @param Route $route
133- * @param array $options
134128 */
135129 abstract protected function describeRoute (Route $ route , array $ options = array ());
136130
137131 /**
138132 * Describes container parameters.
139- *
140- * @param ParameterBag $parameters
141- * @param array $options
142133 */
143134 abstract protected function describeContainerParameters (ParameterBag $ parameters , array $ options = array ());
144135
145136 /**
146137 * Describes container tags.
147- *
148- * @param ContainerBuilder $builder
149- * @param array $options
150138 */
151139 abstract protected function describeContainerTags (ContainerBuilder $ builder , array $ options = array ());
152140
@@ -166,33 +154,21 @@ abstract protected function describeContainerService($service, array $options =
166154 *
167155 * Common options are:
168156 * * tag: filters described services by given tag
169- *
170- * @param ContainerBuilder $builder
171- * @param array $options
172157 */
173158 abstract protected function describeContainerServices (ContainerBuilder $ builder , array $ options = array ());
174159
175160 /**
176161 * Describes a service definition.
177- *
178- * @param Definition $definition
179- * @param array $options
180162 */
181163 abstract protected function describeContainerDefinition (Definition $ definition , array $ options = array ());
182164
183165 /**
184166 * Describes a service alias.
185- *
186- * @param Alias $alias
187- * @param array $options
188167 */
189168 abstract protected function describeContainerAlias (Alias $ alias , array $ options = array ());
190169
191170 /**
192171 * Describes a container parameter.
193- *
194- * @param string $parameter
195- * @param array $options
196172 */
197173 abstract protected function describeContainerParameter ($ parameter , array $ options = array ());
198174
@@ -201,9 +177,6 @@ abstract protected function describeContainerParameter($parameter, array $option
201177 *
202178 * Common options are:
203179 * * name: name of listened event
204- *
205- * @param EventDispatcherInterface $eventDispatcher
206- * @param array $options
207180 */
208181 abstract protected function describeEventDispatcherListeners (EventDispatcherInterface $ eventDispatcher , array $ options = array ());
209182
0 commit comments