Skip to content

Commit 18423c0

Browse files
Fix psalm build (#1656)
1 parent bfbd9d5 commit 18423c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/App/AppKernel.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ protected function configureRoutes(RoutingConfigurator $routes): void
8080
$routes->import(__DIR__.'/config/routes.yaml');
8181
}
8282

83-
/**
84-
* @psalm-suppress DeprecatedClass
85-
*/
8683
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
8784
{
8885
$loader->load(__DIR__.'/config/config.yaml');
@@ -91,6 +88,9 @@ protected function configureContainer(ContainerBuilder $container, LoaderInterfa
9188
$loader->load(__DIR__.'/config/config_sf5.yaml');
9289
}
9390

91+
/*
92+
* TODO: Remove when dropping support for sonatablock 4
93+
*/
9494
if (class_exists(HttpCacheHandler::class)) {
9595
$loader->load(__DIR__.'/config/config_sonata_block_v4.yaml');
9696
}

0 commit comments

Comments
 (0)