Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
shimotmk committed Sep 28, 2022
1 parent a777d7b commit 3a548c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/vk-blocks/class-vk-blocks-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ private function __construct() {
*/
public static function options_scheme() {
$default_options_schema = array(
'balloon_border_width' => array(
'balloon_border_width' => array(
'type' => 'number',
'default' => 1,
),
'margin_unit' => array(
'margin_unit' => array(
'type' => 'string',
'default' => 'rem',
),
'margin_size' => array(
'margin_size' => array(
'type' => 'object',
'items' => array(
'xl' => array(
Expand Down Expand Up @@ -133,7 +133,7 @@ public static function options_scheme() {
),
),
),
'load_separate_option' => array(
'load_separate_option' => array(
'type' => 'boolean',
'default' => false,
),
Expand Down

0 comments on commit 3a548c9

Please sign in to comment.