Skip to content

Commit fba915a

Browse files
Merge branch '6.4' into 7.2
* 6.4: - CS fixes
2 parents 3d0a549 + 84a7765 commit fba915a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/PoFileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function getStandardRules(string $id): array
100100
if (preg_match($intervalRegexp, $part)) {
101101
// Explicit rule is not a standard rule.
102102
return [];
103-
}
103+
}
104104

105105
$standardRules[] = $part;
106106
}

0 commit comments

Comments
 (0)