Skip to content

Commit 1be8d65

Browse files
Merge branch '2.7' into 2.8
* 2.7: [2.7] More docblock fixes
2 parents 55aa6d6 + 5efbf9b commit 1be8d65

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

462462
/**
463463
* Adds the sub fields for an expanded choice field.
464-
*
465-
* @param FormBuilderInterface $builder The form builder
466-
* @param array $choiceViews The choice view objects
467-
* @param array $options The build options
468464
*/
469465
private function addSubForms(FormBuilderInterface $builder, array $choiceViews, array $options)
470466
{
@@ -485,11 +481,6 @@ private function addSubForms(FormBuilderInterface $builder, array $choiceViews,
485481
}
486482

487483
/**
488-
* @param FormBuilderInterface $builder
489-
* @param $name
490-
* @param $choiceView
491-
* @param array $options
492-
*
493484
* @return mixed
494485
*/
495486
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)