Skip to content

Commit a5ea6be

Browse files
committed
Merge branch '4.x' into 5.x
* 4.x: Fix tests and code syntax
2 parents aaf20db + c681d3e commit a5ea6be

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/Filter/Configurator/CommonConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
1616
*/
17-
final readonly class CommonConfigurator implements FilterConfiguratorInterface
17+
final class CommonConfigurator implements FilterConfiguratorInterface
1818
{
1919
public function __construct(
2020
private EntityTranslationIdGeneratorInterface $entityTranslationIdGenerator,

tests/Unit/Filter/CrudAutocompleteTypeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ public function testAutocompleteCallbackStillWinsWhenChoiceLabelIsNotSet(): void
219219

220220
public function testChoiceLabelOptionRejectsInvalidType(): void
221221
{
222-
223222
$this->expectException(\Symfony\Component\OptionsResolver\Exception\InvalidOptionsException::class);
224223

225224
$this->factory->create(CrudAutocompleteType::class, null, [

0 commit comments

Comments
 (0)