Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit af1a5be

Browse filesBrowse files
committed
minor #42786 [Form] minor cs fix (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- [Form] minor cs fix | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 972981a [Form] minor cs fix
2 parents c49fc72 + 972981a commit af1a5be
Copy full SHA for af1a5be

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTest.php
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
namespace Symfony\Component\Form\Tests\ChoiceList;
1313

1414
use PHPUnit\Framework\TestCase;
15+
use Symfony\Component\Form\ChoiceList\ChoiceListInterface;
1516

1617
/**
1718
* @author Bernhard Schussek <bschussek@gmail.com>
1819
*/
1920
abstract class AbstractChoiceListTest extends TestCase
2021
{
2122
/**
22-
* @var \Symfony\Component\Form\ChoiceList\ChoiceListInterface
23+
* @var ChoiceListInterface
2324
*/
2425
protected $list;
2526

@@ -218,7 +219,7 @@ public function testGetChoicesForValuesWithNull()
218219
$this->assertNotEmpty($this->list->getChoicesForValues($values));
219220
}
220221

221-
abstract protected function createChoiceList(): \Symfony\Component\Form\ChoiceList\ChoiceListInterface;
222+
abstract protected function createChoiceList(): ChoiceListInterface;
222223

223224
abstract protected function getChoices();
224225

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.