diff --git a/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php b/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php index 92ef7d6..9ebdaaa 100644 --- a/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php +++ b/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php @@ -58,7 +58,7 @@ class TaggedHandlersPass implements CompilerPassInterface { * @code * tags: * - { name: service_collector, tag: breadcrumb_builder, call: addBuilder } - * @encode + * @endcode * * Supported handler tag attributes: * - priority: An integer denoting the priority of the handler. Defaults to 0.