8000 [Intl] Fix bin/common.php PHP7 compatibility · symfony/symfony@c2ccf36 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2ccf36

Browse files
ondrejfuhrernicolas-grekas
authored andcommitted
[Intl] Fix bin/common.php PHP7 compatibility
1 parent c4abc15 commit c2ccf36

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Intl/Resources/bin

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/Resources/bin/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function get_icu_version_from_genrb($genrb)
6868
return $matches[1];
6969
}
7070

71-
set_exception_handler(function (\Exception $exception) {
71+
set_exception_handler(function (\Throwable $exception) {
7272
echo "\n";
7373

7474
$cause = $exception;

0 commit comments

Comments
 (0)
0