Skip to content

Commit 300ecf4

Browse files
author
Hugo Hamon
committed
Fixes various phpdoc and coding standards.
1 parent d1aa833 commit 300ecf4

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Extension/Core/ChoiceList/ChoiceList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ protected function fixChoice($choice)
501501
*
502502
* @return array The fixed choices.
503503
*
504-
* @see fixChoice
504+
* @see fixChoice()
505505
*/
506506
protected function fixChoices(array $choices)
507507
{

Extension/Core/ChoiceList/ChoiceListInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function getPreferredViews();
8888
* choice indices as keys on the lowest levels and the choice
8989
* group names in the keys of the higher levels
9090
*
91-
* @see getPreferredValues
91+
* @see getPreferredValues()
9292
*/
9393
public function getRemainingViews();
9494

Tests/FormBuilderTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
class FormBuilderTest extends \PHPUnit_Framework_TestCase
1717
{
1818
private $dispatcher;
19-
2019
private $factory;
21-
2220
private $builder;
2321

2422
protected function setUp()
@@ -43,7 +41,7 @@ protected function tearDown()
4341
* Changing the name is not allowed, otherwise the name and property path
4442
* are not synchronized anymore.
4543
*
46-
* @see FormType::buildForm
44+
* @see FormType::buildForm()
4745
*/
4846
public function testNoSetName()
4947
{

0 commit comments

Comments
 (0)