We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d845 commit c680723Copy full SHA for c680723
Tests/ChoiceList/AbstractChoiceListTest.php
@@ -17,7 +17,7 @@
17
abstract class AbstractChoiceListTest extends \PHPUnit_Framework_TestCase
18
{
19
/**
20
- * @var \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
+ * @var \Symfony\Component\Form\ChoiceList\ChoiceListInterface
21
*/
22
protected $list;
23
@@ -210,7 +210,7 @@ public function testGetValuesForChoicesEmpty()
210
}
211
212
213
- * @return \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
+ * @return \Symfony\Component\Form\ChoiceList\ChoiceListInterface
214
215
abstract protected function createChoiceList();
216
0 commit comments