Skip to content

Commit

Permalink
Remove unnecessary phpstan error ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jan 9, 2024
1 parent 742270a commit 4a40f97
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function testShouldConfigureGivenOptionsResolver(): void

$configurator->configure($optionsResolver);

/** @phpstan-ignore-next-line */
$this->assertNotEmpty($optionsResolver->getDefinedOptions());
}

Expand Down

0 comments on commit 4a40f97

Please sign in to comment.