Skip to content

Commit

Permalink
[TASK] Revert trailing_comma_in_multiline fix as methods only support…
Browse files Browse the repository at this point in the history
… from php 8
  • Loading branch information
hojalatheef committed Oct 21, 2024
1 parent efcaa84 commit 9ea5d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Helper/ReplacerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ protected function processContent(string $content, array $configKey): string

protected function getConfigurationFor(
array $replacerConfiguration,
ConfigurationTypeEnumeration $configurationType,
ConfigurationTypeEnumeration $configurationType
): array {
try {
$typoScriptConfiguration = ArrayUtility::getValueByPath(
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/Helper/ReplacerHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function replaceContentWithValidSearchAndReplaceValues(
array $search,
array $replacement,
string $contentToReplace,
string $result,
string $result
): void {
$config = [
'config' => [
Expand Down

0 comments on commit 9ea5d6b

Please sign in to comment.