Fix code style by updated ruleset
[MAILPOET-3912]
This commit is contained in:
@@ -179,7 +179,8 @@ class DisplayFormInWPContent {
|
||||
$settings = $form->getSettings();
|
||||
// check the structure just to be sure
|
||||
|
||||
if (!is_array($settings)
|
||||
if (
|
||||
!is_array($settings)
|
||||
|| !isset($settings['form_placement'][$formType])
|
||||
|| !is_array($settings['form_placement'][$formType])
|
||||
) return false;
|
||||
|
Reference in New Issue
Block a user