Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Sep 23, 2024
1 parent 3efdbf1 commit af79d0b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/content/widgets/hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ protected function add_content_section() {
$this->add_content_text_section();
$this->add_content_cta_section();
$this->add_content_image_section();
}
}

protected function add_style_section() {

Check failure on line 63 in modules/content/widgets/hero.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
$this->add_style_content_section();

Check failure on line 64 in modules/content/widgets/hero.php

View workflow job for this annotation

GitHub Actions / Lint PHP files

Tabs must be used to indent lines; spaces are not allowed
$this->add_style_image_section();
$this->add_style_box_section();
}
}

protected function get_configured_breakpoints( $add_desktop = 'true' ): array {
$elementor_plugin = Theme_Utils::elementor();
Expand Down Expand Up @@ -326,7 +326,6 @@ protected function add_style_content_section() {
]
);


$this->add_control(
'subheading_color',
[
Expand Down Expand Up @@ -764,7 +763,7 @@ protected function add_style_box_section() {
$this->add_control(
'box_full_screen_height_controls',
[
'label' => esc_html__( 'Apply Full Screen Height on', 'elementor' ),
'label' => esc_html__( 'Apply Full Screen Height on', 'hello-plus' ),
'type' => Controls_Manager::SELECT2,
'label_block' => true,
'multiple' => true,
Expand Down

0 comments on commit af79d0b

Please sign in to comment.