Skip to content

Commit

Permalink
Fix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored and github-actions[bot] committed Jun 2, 2023
1 parent ca15793 commit 92676b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions src/Type/BasePickerType.php
Expand Up @@ -73,9 +73,6 @@ public function __construct(
$this->locale = $requestStackOrDefaultLocale;
}

/**
* {@inheritdoc}
*/
public function configureOptions(OptionsResolver $resolver): void
{
$resolver->setNormalizer(
Expand Down
5 changes: 1 addition & 4 deletions src/Type/BaseStatusType.php
Expand Up @@ -46,10 +46,7 @@ public function getBlockPrefix(): string
return $this->name;
}

/**
* @return void
*/
public function configureOptions(OptionsResolver $resolver)
public function configureOptions(OptionsResolver $resolver): void
{
$callable = [$this->class, $this->getter];
if (!\is_callable($callable)) {
Expand Down
3 changes: 0 additions & 3 deletions tests/EventListener/ResizeFormListenerTest.php
Expand Up @@ -37,9 +37,6 @@ final class ResizeFormListenerTest extends TestCase
private FormFactoryInterface $factory;
private FormInterface $form;

/**
* @psalm-suppress UndefinedMethod -- https://github.com/vimeo/psalm/issues/9104
*/
protected function setUp(): void
{
$this->factory = (new FormFactoryBuilder())->getFormFactory();
Expand Down

0 comments on commit 92676b8

Please sign in to comment.