Skip to content

Commit

Permalink
Remove unused PossiblyNullReference Psalm suppression from `Configu…
Browse files Browse the repository at this point in the history
…ration::getConfigTreeBuilder()` (#658)
  • Loading branch information
phansys authored Dec 11, 2023
1 parent 4cccbe8 commit 0325ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
final class Configuration implements ConfigurationInterface
{
/**
* @psalm-suppress PossiblyNullReference, UndefinedInterfaceMethod
* @psalm-suppress UndefinedInterfaceMethod
*
* @see https://github.com/psalm/psalm-plugin-symfony/issues/174
*/
Expand Down

0 comments on commit 0325ba6

Please sign in to comment.