Skip to content

Commit 28d19d4

Browse files
keradusnicolas-grekas
authored andcommitted
chore: CS fixes
1 parent 352d199 commit 28d19d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/bin/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function get_icu_version_from_genrb(string $genrb)
8484
error_reporting(\E_ALL);
8585

8686
set_error_handler(function (int $type, string $msg, string $file, int $line) {
87-
throw new \ErrorException($msg, 0, $type, $file, $line);
87+
throw new ErrorException($msg, 0, $type, $file, $line);
8888
});
8989

9090
set_exception_handler(function (Throwable $exception) {

0 commit comments

Comments
 (0)