Skip to content

Commit 479ab69

Browse files
committed
chore: update baseline
1 parent 7c8f25e commit 479ab69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

classes/Visualizer/Gutenberg/Block.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private function __construct() {
6464
}
6565

6666
/**
67-
* Enqueue front end and editor JavaScript and CSS
67+
* Enqueue Gutenberg block assets.
6868
*/
6969
public function enqueue_gutenberg_scripts() {
7070
global $pagenow;
@@ -73,7 +73,7 @@ public function enqueue_gutenberg_scripts() {
7373
$stylePath = VISUALIZER_ABSURL . 'classes/Visualizer/Gutenberg/build/style-index.css';
7474
$asset_path = VISUALIZER_ABSPATH . '/classes/Visualizer/Gutenberg/build/index.asset.php';
7575
if ( file_exists( $asset_path ) ) {
76-
/** @phpstan-ignore-next-line */
76+
// @phpstan-ignore-next-line
7777
$asset = require $asset_path;
7878
} else {
7979
$asset = array(

0 commit comments

Comments
 (0)