From 2c5c75616c050f615c44c1bf824941ee199796ea Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Fri, 9 Feb 2024 14:43:46 -0500 Subject: [PATCH] ISTWCMS-6771: coding standards --- src/Plugin/Block/ContentListBlock.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Plugin/Block/ContentListBlock.php b/src/Plugin/Block/ContentListBlock.php index 865eb70..c7f689e 100644 --- a/src/Plugin/Block/ContentListBlock.php +++ b/src/Plugin/Block/ContentListBlock.php @@ -82,8 +82,6 @@ class ContentListBlock extends BlockBase implements ContainerFactoryPluginInterf * {@inheritdoc} */ public function build() { - // The build array. - $build = []; // The display id of the view to be used. $display_id = 'content_list'; -- GitLab