Skip to content

Commit

Permalink
Fix PHPCQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Apr 8, 2024
1 parent c6a214d commit f5816b1
Showing 1 changed file with 48 additions and 46 deletions.
94 changes: 48 additions & 46 deletions src/Contao/Widgets/MultiColumnWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -1056,17 +1056,17 @@ protected function initializeWidget(&$arrField, $intRow, $strKey, $varValue)
if (($arrField['inputType'] ?? null) == 'textarea' && empty($arrField['eval']['rte'])) {
$xlabel .= ' '
. Image::getHtml(
'wrap.gif',
$GLOBALS['TL_LANG']['MSC']['wordWrap'],
'title="' . StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['wordWrap'])
. '" class="toggleWrap" onclick="Backend.toggleWrap(\'ctrl_'
. $this->strId
. '_row'
. $intRow
. '_'
. $strKey
. '\');"'
);
'wrap.gif',

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1059 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
$GLOBALS['TL_LANG']['MSC']['wordWrap'],

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1060 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
'title="' . StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['wordWrap'])

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1061 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. '" class="toggleWrap" onclick="Backend.toggleWrap(\'ctrl_'

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1062 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. $this->strId

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1063 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. '_row'

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1064 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. $intRow

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1065 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. '_'

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1066 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. $strKey

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1067 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
. '\');"'

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)

Check failure on line 1068 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Multi-line function call not indented correctly; expected 27 spaces but found 24 (reported by phpcs: PSR2.Methods.FunctionCallSignature.Indent)
);
}

// Add the help wizard
Expand All @@ -1075,18 +1075,18 @@ protected function initializeWidget(&$arrField, $intRow, $strKey, $varValue)
. '" title="' . StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['helpWizard'])
. '" onclick="Backend.openModalIframe({\'width\':735,\'height\':405,\'title\':\''
. StringUtil::specialchars(
str_replace(
"'",
"\\'",
$arrField['label'][0]
)
)
str_replace(
"'",
"\\'",
$arrField['label'][0]
)
)
. '\',\'url\':this.href});return false">'
. Image::getHtml(
'about.gif',
$GLOBALS['TL_LANG']['MSC']['helpWizard'],
'style="vertical-align:text-bottom"'
) . '</a>';
'about.gif',
$GLOBALS['TL_LANG']['MSC']['helpWizard'],
'style="vertical-align:text-bottom"'
) . '</a>';
}

// Add the popup file manager
Expand All @@ -1102,10 +1102,10 @@ protected function initializeWidget(&$arrField, $intRow, $strKey, $varValue)
. '" title="' . StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['fileManager'])
. '" data-lightbox="files 765 80%">'
. Image::getHtml(
'filemanager.gif',
$GLOBALS['TL_LANG']['MSC']['fileManager'],
'style="vertical-align:text-bottom;"'
)
'filemanager.gif',
$GLOBALS['TL_LANG']['MSC']['fileManager'],
'style="vertical-align:text-bottom;"'
)
. '</a>';
$arrField['strField'] = $this->strField . '__' . $strKey;

Expand All @@ -1120,38 +1120,38 @@ protected function initializeWidget(&$arrField, $intRow, $strKey, $varValue)
. StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['tw_import'][1])
. '" onclick="Backend.getScrollOffset();">'
. Image::getHtml(
'tablewizard.gif',
$GLOBALS['TL_LANG']['MSC']['tw_import'][0],
'style="vertical-align:text-bottom;"'
)
'tablewizard.gif',
$GLOBALS['TL_LANG']['MSC']['tw_import'][0],
'style="vertical-align:text-bottom;"'
)
. '</a>';

$xlabel .= ' '
. Image::getHtml(
'demagnify.gif',
'',
'title="'
. StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['tw_shrink'])
. '" style="vertical-align:text-bottom; cursor:pointer;" onclick="Backend.tableWizardResize(0.9);"'
)
'demagnify.gif',
'',
'title="'
. StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['tw_shrink'])
. '" style="vertical-align:text-bottom; cursor:pointer;" onclick="Backend.tableWizardResize(0.9);"'

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1135 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Line exceeds 120 characters; contains 127 characters (reported by phpcs: Generic.Files.LineLength.TooLong)
)
. Image::getHtml(
'magnify.gif',
'',
'title="'
. StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['tw_expand'])
. '" style="vertical-align:text-bottom; cursor:pointer;" onclick="Backend.tableWizardResize(1.1);"'
);
'magnify.gif',
'',
'title="'
. StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['tw_expand'])
. '" style="vertical-align:text-bottom; cursor:pointer;" onclick="Backend.tableWizardResize(1.1);"'

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.1, update)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~5.1.0, 8.2, update, --exit-0)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)

Check warning on line 1142 in src/Contao/Widgets/MultiColumnWizard.php

View workflow job for this annotation

GitHub Actions / build (~4.13.0, 8.1, update)

Line exceeds 120 characters; contains 126 characters (reported by phpcs: Generic.Files.LineLength.TooLong)
);
} elseif (($arrField['inputType'] ?? null) == 'listWizard') {
// Add the list import wizard
$xlabel .= ' <a href="'
. $this->addToUrl('key=list')
. '" title="' . StringUtil::specialchars($GLOBALS['TL_LANG']['MSC']['lw_import'][1])
. '" onclick="Backend.getScrollOffset();">'
. Image::getHtml(
'tablewizard.gif',
$GLOBALS['TL_LANG']['MSC']['tw_import'][0],
'style="vertical-align:text-bottom;"'
)
'tablewizard.gif',
$GLOBALS['TL_LANG']['MSC']['tw_import'][0],
'style="vertical-align:text-bottom;"'
)
. '</a>';
}

Expand Down Expand Up @@ -1469,7 +1469,9 @@ protected function generateTable(
: '<th>';
} else {
$strHeaderItem = '<th>'
. (array_key_exists($strKey, $arrHiddenHeader) ? '<div class="hidden">' : '');
. (array_key_exists($strKey, $arrHiddenHeader)
? '<div class="hidden">'
: '');
}
if (isset($arrField['eval']['mandatory']) && $arrField['eval']['mandatory']) {
$strHeaderItem .= '<span class="invisible">'
Expand Down

0 comments on commit f5816b1

Please sign in to comment.