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();