From 8a4d2c04ad2d6c3c2b254fb2dfb8311befbcef8e Mon Sep 17 00:00:00 2001 From: kensae <55401-kensae@users.noreply.drupalcode.org> Date: Mon, 4 Mar 2024 16:12:03 +0000 Subject: [PATCH] Fix formatting errors reported by phpcs --- src/View/BlockViewBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View/BlockViewBuilder.php b/src/View/BlockViewBuilder.php index e88773c..ab358f7 100644 --- a/src/View/BlockViewBuilder.php +++ b/src/View/BlockViewBuilder.php @@ -133,7 +133,7 @@ class BlockViewBuilder { } // Overrride contextual arguments if arguments parameter is being passed - // and the instance is of type ViewBlock + // and the instance $block_plugin is of type Drupal\views\Plugin\Block\ViewsBlock. if ($block_plugin instanceof ViewsBlock) { if (!empty($arguments)) { $view = $block_plugin->getViewExecutable();