Skip to content

Commit 0fa436b

Browse files
committed
~improve readability
1 parent ec5ccb6 commit 0fa436b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel/UnicodeVersion.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function set(string $version): void
3434

3535
private static function doRefine(?string $version): string
3636
{
37-
if (self::LATEST === $version || null === $version) {
37+
if ($version === self::LATEST || $version === null) {
3838
$version = self::latest();
3939
}
4040

0 commit comments

Comments
 (0)