diff --git a/psalm-baseline.xml b/psalm-baseline.xml deleted file mode 100644 index a6b51422..00000000 --- a/psalm-baseline.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - children - - - diff --git a/psalm.xml b/psalm.xml index b61fd1e0..169eebfb 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,5 +1,5 @@ - + diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index 0ff9645b..c7e94464 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -22,6 +22,11 @@ */ final class Configuration implements ConfigurationInterface { + /** + * @psalm-suppress PossiblyNullReference, PossiblyUndefinedMethod + * + * @see https://github.com/psalm/psalm-plugin-symfony/issues/174 + */ public function getConfigTreeBuilder(): TreeBuilder { $treeBuilder = new TreeBuilder('sonata_translation');