Skip to content

Commit 5efbf9b

Browse files
[2.7] More docblock fixes
1 parent c4f7b3a commit 5efbf9b

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

Extension/Core/Type/ChoiceType.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -444,10 +444,6 @@ public function getName()
444444

445445
/**
446446
* Adds the sub fields for an expanded choice field.
447-
*
448-
* @param FormBuilderInterface $builder The form builder
449-
* @param array $choiceViews The choice view objects
450-
* @param array $options The build options
451447
*/
452448
private function addSubForms(FormBuilderInterface $builder, array $choiceViews, array $options)
453449
{
@@ -468,11 +464,6 @@ private function addSubForms(FormBuilderInterface $builder, array $choiceViews,
468464
}
469465

470466
/**
471-
* @param FormBuilderInterface $builder
472-
* @param $name
473-
* @param $choiceView
474-
* @param array $options
475-
*
476467
* @return mixed
477468
*/
478469
private function addSubForm(FormBuilderInterface $builder, $name, ChoiceView $choiceView, array $options)

FormEvent.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ class FormEvent extends Event
2121
private $form;
2222
protected $data;
2323

24-
/**
25-
* Constructs an event.
26-
*
27-
* @param FormInterface $form The associated form
28-
* @param mixed $data The data
29-
*/
3024
public function __construct(FormInterface $form, $data)
3125
{
3226
$this->form = $form;

Tests/Extension/Core/DataMapper/PropertyPathMapperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ protected function setUp()
4141
}
4242

4343
/**
44-
* @param $path
45-
*
4644
* @return \PHPUnit_Framework_MockObject_MockObject
4745
*/
4846
private function getPropertyPath($path)

0 commit comments

Comments
 (0)