diff --git a/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php b/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php index d54ce38e663..6590c9bace9 100644 --- a/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php +++ b/core/modules/views/src/Plugin/views/ViewsHandlerInterface.php @@ -31,7 +31,7 @@ interface ViewsHandlerInterface extends ViewsPluginInterface { /** * Determines if the handler is considered 'broken', meaning it's a - * a placeholder used when a handler can't be found. + * placeholder used when a handler can't be found. */ public function broken();