8000 minor #17319 [Form] fixed phpdoc in tests (mantulo) · symfony/symfony@ab00f68 · GitHub
[go: up one dir, main page]

Skip to content

Commit ab00f68

Browse files
committed
minor #17319 [Form] fixed phpdoc in tests (mantulo)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #17319). Discussion ---------- [Form] fixed phpdoc in tests | Q | A | ------------- | --- | Fixed tickets | | License | MIT fixed phpdoc Commits ------- 0f8da34 Update AbstractChoiceListTest.php
2 parents 4d536bd + 0f8da34 commit ab00f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
abstract class AbstractChoiceListTest extends \PHPUnit_Framework_TestCase
1818
{
1919
/**
20-
* @var \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
20+
* @var \Symfony\Component\Form\ChoiceList\ChoiceListInterface
2121
*/
2222
protected $list;
2323

@@ -210,7 +210,7 @@ public function testGetValuesForChoicesEmpty()
210210
}
211211

212212
/**
213-
* @return \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
213+
* @return \Symfony\Component\Form\ChoiceList\ChoiceListInterface
214214
*/
215215
abstract protected function createChoiceList();
216216

0 commit comments

Comments
 (0)
0