File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Extension/Core/ChoiceList Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ protected function fixChoice($choice)
501
501
*
502
502
* @return array The fixed choices.
503
503
*
504
- * @see fixChoice
504
+ * @see fixChoice()
505
505
*/
506
506
protected function fixChoices (array $ choices )
507
507
{
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function getPreferredViews();
88
88
* choice indices as keys on the lowest levels and the choice
89
89
* group names in the keys of the higher levels
90
90
*
91
- * @see getPreferredValues
91
+ * @see getPreferredValues()
92
92
*/
93
93
public function getRemainingViews ();
94
94
Original file line number Diff line number Diff line change 16
16
class FormBuilderTest extends \PHPUnit_Framework_TestCase
17
17
{
18
18
private $ dispatcher ;
19
-
20
19
private $ factory ;
21
-
22
20
private $ builder ;
23
21
24
22
protected function setUp ()
@@ -43,7 +41,7 @@ protected function tearDown()
43
41
* Changing the name is not allowed, otherwise the name and property path
44
42
* are not synchronized anymore.
45
43
*
46
- * @see FormType::buildForm
44
+ * @see FormType::buildForm()
47
45
*/
48
46
public function testNoSetName ()
49
47
{
You can’t perform that action at this time.
0 commit comments