File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Form \Tests \ChoiceList ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
+ use Symfony \Component \Form \ChoiceList \ChoiceListInterface ;
15
16
16
17
/**
17
18
* @author Bernhard Schussek <[email protected] >
18
19
*/
19
20
abstract class AbstractChoiceListTest extends TestCase
20
21
{
21
22
/**
22
- * @var \Symfony\Component\Form\ChoiceList\ ChoiceListInterface
23
+ * @var ChoiceListInterface
23
24
*/
24
25
protected $ list ;
25
26
@@ -218,7 +219,7 @@ public function testGetChoicesForValuesWithNull()
218
219
$ this ->assertNotEmpty ($ this ->list ->getChoicesForValues ($ values ));
219
220
}
220
221
221
- abstract protected function createChoiceList (): \ Symfony \ Component \ Form \ ChoiceList \ ChoiceListInterface ;
222
+ abstract protected function createChoiceList (): ChoiceListInterface ;
222
223
223
224
abstract protected function getChoices ();
224
225
You can’t perform that action at this time.
0 commit comments