Skip to content

Commit 1dff00c

Browse files
committed
PHP CS fixes.
1 parent 1455fac commit 1dff00c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/hwp-previews/src/Admin/Settings/Helper/Settings_Group.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ public function get_settings_key_in_iframe(): string {
9393
*/
9494
public function get_settings_config(): array {
9595
return apply_filters( 'hwp_previews_settings_group_settings_config', [
96-
$this->get_settings_key_enabled() => 'bool',
96+
$this->get_settings_key_enabled() => 'bool',
9797
$this->get_settings_key_post_statuses_as_parent() => 'bool',
98-
$this->get_settings_key_preview_url() => 'string',
99-
$this->get_settings_key_in_iframe() => 'bool',
98+
$this->get_settings_key_preview_url() => 'string',
99+
$this->get_settings_key_in_iframe() => 'bool',
100100
] );
101101
}
102102

0 commit comments

Comments
 (0)