Skip to content

Commit 1991bb8

Browse files
committed
[Intl] Narrower type
Signed-off-by: Alexander M. Turek <me@derrabus.de>
1 parent 0def40e commit 1991bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ final class Intl
5454
*/
5555
public const TIMEZONE_DIR = 'timezones';
5656

57-
private static string|bool|null $icuVersion = false;
57+
private static string|false|null $icuVersion = false;
5858
private static string $icuDataVersion;
5959

6060
/**

0 commit comments

Comments
 (0)