Skip to content

Commit 90230c4

Browse files
VincentLangletgithub-actions[bot]
authored andcommitted
Fix
1 parent 611eb6d commit 90230c4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Block/FormatterBlockService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ final class FormatterBlockService extends AbstractBlockService implements Editab
3434
public function execute(BlockContextInterface $blockContext, ?Response $response = null): Response
3535
{
3636
$template = $blockContext->getTemplate();
37-
\assert(null !== $template);
3837

3938
return $this->renderResponse($template, [
4039
'block' => $blockContext->getBlock(),

tests/App/AppKernel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ protected function configureRoutes(RoutingConfigurator $routes): void
8181
$routes->import(__DIR__.'/config/routes.yaml');
8282
}
8383

84-
/**
85-
* @psalm-suppress DeprecatedClass
86-
*/
8784
protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader): void
8885
{
8986
$loader->load(__DIR__.'/config/config.yaml');

0 commit comments

Comments
 (0)