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
This commit is contained in:
Fabien Potencier 2016-01-11 11:03:28 +01:00
commit ab00f68e2c

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();