Skip to content

Commit 3fec76a

Browse files
Various CS fix for consistency
1 parent 7bd8e52 commit 3fec76a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dumper/PoFileDumper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ private function getStandardRules(string $id): array
100100
if (preg_match($intervalRegexp, $part)) {
101101
// Explicit rule is not a standard rule.
102102
return [];
103-
} else {
104-
$standardRules[] = $part;
105-
}
103+
}
104+
105+
$standardRules[] = $part;
106106
}
107107

108108
return $standardRules;

0 commit comments

Comments
 (0)