@@ -67,8 +67,6 @@ public function __construct(?string $name, array $options = [])
6767 /**
6868 * Unsupported method.
6969 *
70- * This method should not be invoked.
71- *
7270 * @throws BadMethodCallException
7371 */
7472 public function add ($ child , string $ type = null , array $ options = [])
@@ -79,8 +77,6 @@ public function add($child, string $type = null, array $options = [])
7977 /**
8078 * Unsupported method.
8179 *
82- * This method should not be invoked.
83- *
8480 * @throws BadMethodCallException
8581 */
8682 public function create (string $ name , string $ type = null , array $ options = [])
@@ -91,8 +87,6 @@ public function create(string $name, string $type = null, array $options = [])
9187 /**
9288 * Unsupported method.
9389 *
94- * This method should not be invoked.
95- *
9690 * @throws BadMethodCallException
9791 */
9892 public function get (string $ name )
@@ -103,8 +97,6 @@ public function get(string $name)
10397 /**
10498 * Unsupported method.
10599 *
106- * This method should not be invoked.
107- *
108100 * @throws BadMethodCallException
109101 */
110102 public function remove (string $ name )
@@ -145,8 +137,6 @@ public function getForm()
145137 /**
146138 * Unsupported method.
147139 *
148- * This method should not be invoked.
149- *
150140 * @throws BadMethodCallException
151141 */
152142 public function addEventListener (string $ eventName , callable $ listener , int $ priority = 0 )
@@ -157,8 +147,6 @@ public function addEventListener(string $eventName, callable $listener, int $pri
157147 /**
158148 * Unsupported method.
159149 *
160- * This method should not be invoked.
161- *
162150 * @throws BadMethodCallException
163151 */
164152 public function addEventSubscriber (EventSubscriberInterface $ subscriber )
@@ -169,8 +157,6 @@ public function addEventSubscriber(EventSubscriberInterface $subscriber)
169157 /**
170158 * Unsupported method.
171159 *
172- * This method should not be invoked.
173- *
174160 * @throws BadMethodCallException
175161 */
176162 public function addViewTransformer (DataTransformerInterface $ viewTransformer , bool $ forcePrepend = false )
@@ -181,8 +167,6 @@ public function addViewTransformer(DataTransformerInterface $viewTransformer, bo
181167 /**
182168 * Unsupported method.
183169 *
184- * This method should not be invoked.
185- *
186170 * @throws BadMethodCallException
187171 */
188172 public function resetViewTransformers ()
@@ -193,8 +177,6 @@ public function resetViewTransformers()
193177 /**
194178 * Unsupported method.
195179 *
196- * This method should not be invoked.
197- *
198180 * @throws BadMethodCallException
199181 */
200182 public function addModelTransformer (DataTransformerInterface $ modelTransformer , bool $ forceAppend = false )
@@ -205,8 +187,6 @@ public function addModelTransformer(DataTransformerInterface $modelTransformer,
205187 /**
206188 * Unsupported method.
207189 *
208- * This method should not be invoked.
209- *
210190 * @throws BadMethodCallException
211191 */
212192 public function resetModelTransformers ()
@@ -237,8 +217,6 @@ public function setAttributes(array $attributes)
237217 /**
238218 * Unsupported method.
239219 *
240- * This method should not be invoked.
241- *
242220 * @throws BadMethodCallException
243221 */
244222 public function setDataMapper (DataMapperInterface $ dataMapper = null )
@@ -261,10 +239,6 @@ public function setDisabled(bool $disabled)
261239 /**
262240 * Unsupported method.
263241 *
264- * This method should not be invoked.
265- *
266- * @param mixed $emptyData
267- *
268242 * @throws BadMethodCallException
269243 */
270244 public function setEmptyData ($ emptyData )
@@ -275,8 +249,6 @@ public function setEmptyData($emptyData)
275249 /**
276250 * Unsupported method.
277251 *
278- * This method should not be invoked.
279- *
280252 * @throws BadMethodCallException
281253 */
282254 public function setErrorBubbling (bool $ errorBubbling )
@@ -287,8 +259,6 @@ public function setErrorBubbling(bool $errorBubbling)
287259 /**
288260 * Unsupported method.
289261 *
290- * This method should not be invoked.
291- *
292262 * @throws BadMethodCallException
293263 */
294264 public function setRequired (bool $ required )
@@ -299,10 +269,6 @@ public function setRequired(bool $required)
299269 /**
300270 * Unsupported method.
301271 *
302- * This method should not be invoked.
303- *
304- * @param null $propertyPath
305- *
306272 * @throws BadMethodCallException
307273 */
308274 public function setPropertyPath ($ propertyPath )
@@ -313,8 +279,6 @@ public function setPropertyPath($propertyPath)
313279 /**
314280 * Unsupported method.
315281 *
316- * This method should not be invoked.
317- *
318282 * @throws BadMethodCallException
319283 */
320284 public function setMapped (bool $ mapped )
@@ -325,8 +289,6 @@ public function setMapped(bool $mapped)
325289 /**
326290 * Unsupported method.
327291 *
328- * This method should not be invoked.
329- *
330292 * @throws BadMethodCallException
331293 */
332294 public function setByReference (bool $ byReference )
@@ -337,8 +299,6 @@ public function setByReference(bool $byReference)
337299 /**
338300 * Unsupported method.
339301 *
340- * This method should not be invoked.
341- *
342302 * @throws BadMethodCallException
343303 */
344304 public function setCompound (bool $ compound )
@@ -361,10 +321,6 @@ public function setType(ResolvedFormTypeInterface $type)
361321 /**
362322 * Unsupported method.
363323 *
364- * This method should not be invoked.
365- *
366- * @param mixed $data
367- *
368324 * @throws BadMethodCallException
369325 */
370326 public function setData ($ data )
@@ -375,8 +331,6 @@ public function setData($data)
375331 /**
376332 * Unsupported method.
377333 *
378- * This method should not be invoked.
379- *
380334 * @throws BadMethodCallException
381335 */
382336 public function setDataLocked (bool $ locked )
@@ -387,8 +341,6 @@ public function setDataLocked(bool $locked)
387341 /**
388342 * Unsupported method.
389343 *
390- * This method should not be invoked.
391- *
392344 * @throws BadMethodCallException
393345 */
394346 public function setFormFactory (FormFactoryInterface $ formFactory )
0 commit comments