Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5384aa2

Browse files
committed
php-cs-fixer
1 parent abe6196 commit 5384aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/todo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private function compareTranslations(array $default, array $languages)
120120
continue;
121121
}
122122

123-
if (!isset($current[$key][$key2])) {
123+
if (! isset($current[$key][$key2])) {
124124
$this->output .= ' * '.$key.' : '.$key2." : not present\n";
125125
} elseif ($current[$key][$key2] == $default[$key][$key2]) {
126126
$this->output .= ' * '.$key.' : '.$key2."\n";

0 commit comments

Comments
 (0)