File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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 (),
Original file line number Diff line number Diff 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 ' );
You can’t perform that action at this time.
0 commit comments