diff --git a/includes/classes/CatalogCommand.php b/includes/classes/CatalogCommand.php index bc96576..fc43e98 100644 --- a/includes/classes/CatalogCommand.php +++ b/includes/classes/CatalogCommand.php @@ -268,7 +268,10 @@ public function list_post_blocks( $args = [], $opts = [] ) { $block_items = array_map( function( $term ) { - return [ 'Block' => $term->name, 'ID' => $term->term_id ]; + return [ + 'Block' => $term->name, + 'ID' => $term->term_id, + ]; }, $blocks );