Skip to content

Commit bf2af40

Browse files
Merge branch '4.2' into 4.3
* 4.2: [Translation] Fixed case sensitivity of lint:xliff command fix type hint for salt in PasswordEncoderInterface Simplify code - catch \Throwable capture all exceptions fix typo in PR #31802 update italian validator translation Add missing translations
2 parents 988ab7d + b47f63c commit bf2af40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Filesystem.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ private static function box($func)
751751

752752
return $result;
753753
} catch (\Throwable $e) {
754-
} catch (\Exception $e) {
755754
}
756755
\restore_error_handler();
757756

0 commit comments

Comments
 (0)