Update AbstractChoiceListTest.php

fixed phpdoc namespace
This commit is contained in:
mantulo 2016-01-09 22:07:10 +06:00 committed by Fabien Potencier
parent 4d536bd09a
commit 0f8da347f8

View File

@ -17,7 +17,7 @@ namespace Symfony\Component\Form\Tests\ChoiceList;
abstract class AbstractChoiceListTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
* @var \Symfony\Component\Form\ChoiceList\ChoiceListInterface
*/
protected $list;
@ -210,7 +210,7 @@ abstract class AbstractChoiceListTest extends \PHPUnit_Framework_TestCase
}
/**
* @return \Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
* @return \Symfony\Component\Form\ChoiceList\ChoiceListInterface
*/
abstract protected function createChoiceList();