Skip to content

Commit 27503d0

Browse files
committed
Minor Tweaks
1 parent a5685f2 commit 27503d0

4 files changed

+4
-4
lines changed

src/classes/BlockIcons.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class BlockIcons {
2020

21-
const ICONS_CHECKSUM = 'vgtbt_icons_checksum';
21+
private const ICONS_CHECKSUM = 'vgtbt_icons_checksum';
2222

2323
/**
2424
* If the icon filter is disabled.

src/classes/BlockRegistration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BlockRegistration {
1818
/**
1919
* Keep track of all block IDs
2020
*/
21-
const BLOCK_IDS_TRANSIENT = 'vgtbt_block_ids';
21+
private const BLOCK_IDS_TRANSIENT = 'vgtbt_block_ids';
2222

2323
/**
2424
* Cached array of blocks.

src/classes/BreakpointVisibility.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function ( string $block_content, array $block ): string {
6767

6868
if ( ! empty( $visibility['useCustom'] ) ) {
6969
$custom = $visibility['customBreakpoint'];
70-
$css = self::generate_custom_breakpoint_css(
70+
$css = self::generate_custom_breakpoint_css(
7171
$block_id,
7272
$custom['width'] ?? '768',
7373
$custom['unit'] ?? 'px',

viget-blocks-toolkit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Text Domain: viget-blocks-toolkit
1515
* Domain Path: /languages
1616
*
17-
* @package VigetBlocksToolkit
17+
* @package Viget\BlocksToolkit
1818
*/
1919

2020
// Plugin version.

0 commit comments

Comments
 (0)