Verified Commit ec28f25d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3436879 by mondrake: follow-up Fix return typehinting for Compiler and...

Issue #3436879 by mondrake: follow-up Fix return typehinting for Compiler and EventSubscriber related classes
parent 820d76b2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ class RegisterEntityResolversCompilerPass implements CompilerPassInterface {
   * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container
   *   The container to process.
   */
  public function process(ContainerBuilder $container) {
  public function process(ContainerBuilder $container): void {
    $definition = $container->getDefinition('serializer.entity_resolver');
    $resolvers = [];