Skip to content

Commit f916c0a

Browse files
committed
Apply to array destructuring
1 parent 4309f55 commit f916c0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
'trailing_comma_in_multiline' => [
4444
'after_heredoc' => true,
4545
'elements' => [
46+
'array_destructuring',
4647
'arrays',
4748
'parameters',
4849
],

system/Commands/Translation/LocalizationFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private function process(string $currentDir, string $currentLocale): void
116116
[
117117
'foundLanguageKeys' => $foundLanguageKeys,
118118
'badLanguageKeys' => $badLanguageKeys,
119-
'countFiles' => $countFiles
119+
'countFiles' => $countFiles,
120120
] = $this->findLanguageKeysInFiles($files);
121121

122122
ksort($foundLanguageKeys);

0 commit comments

Comments
 (0)