Skip to content

Commit dc4889e

Browse files
Merge branch '3.3' into 3.4
* 3.3: [3.3] More docblock fixes [2.7] More docblock fixes
2 parents 42bb604 + 15cf4d4 commit dc4889e

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
@@ -364,10 +364,6 @@ public function getBlockPrefix()
364364

365365
/**
366366
* Adds the sub fields for an expanded choice field.
367-
*
368-
* @param FormBuilderInterface $builder The form builder
369-
* @param array $choiceViews The choice view objects
370-
* @param array $options The build options
371367
*/
372368
private function addSubForms(FormBuilderInterface $builder, array $choiceViews, array $options)
373369
{
@@ -388,11 +384,6 @@ private function addSubForms(FormBuilderInterface $builder, array $choiceViews,
388384
}
389385

390386
/**
391-
* @param FormBuilderInterface $builder
392-
* @param $name
393-
* @param $choiceView
394-
* @param array $options
395-
*
396387
* @return mixed
397388
*/
398389
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)