Skip to content

Commit 5496eea

Browse files
committed
Lint fix
1 parent 0c05d84 commit 5496eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/classes/ElementorUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function get_all_widgets_in_all_templates(): array {
108108
if ( ! is_array( $template_content ) ) {
109109
continue;
110110
}
111-
$all_widgets = array_merge(
111+
$all_widgets = array_merge(
112112
$all_widgets,
113113
$this->recursively_get_inner_widgets( $template_content )
114114
);

0 commit comments

Comments
 (0)