Skip to content

Commit bd6d07e

Browse files
committed
MC-3565: Build stabilization for MC-1438
Fix line length
1 parent cca1c0a commit bd6d07e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/PageBuilder/Model/Wysiwyg/InlineEditingSupportedAdapterList.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function __construct(
4242
*/
4343
public function isSupported(string $editorPath) : bool
4444
{
45-
46-
return !empty($this->wysiwygAdaptersSupportingInlineEditing[$editorPath]) && $this->wysiwygConfig->isEnabled() ?? false;
45+
return !empty($this->wysiwygAdaptersSupportingInlineEditing[$editorPath]) && $this->wysiwygConfig->isEnabled();
4746
}
4847
}

0 commit comments

Comments
 (0)