static function ( ContainerInterface $container ): RendererInterface { $repository = $container->get( 'admin-notices.repository' ); return new Renderer( $repository ); }, 'admin-notices.repository' => static function ( ContainerInterface $container ): RepositoryInterface { return new Repository(); }, );