Skip to content

Commit c681d3e

Browse files
committed
Fix tests and code syntax
1 parent 4e39c0d commit c681d3e

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
@@ -218,7 +218,6 @@ public function testAutocompleteCallbackStillWinsWhenChoiceLabelIsNotSet(): void
218218

219219
public function testChoiceLabelOptionRejectsInvalidType(): void
220220
{
221-
222221
$this->expectException(\Symfony\Component\OptionsResolver\Exception\InvalidOptionsException::class);
223222

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

0 commit comments

Comments
 (0)