Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Sep 5, 2023
1 parent ebf9f29 commit e8a6691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Internal/HPackNghttp2.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ private static function init(): void
try {
self::$ffi = FFI::cdef($header, $file);
$error = null;
break;
} catch (\Throwable $exception) {
$error = $error ?? $exception;
}
Expand Down

0 comments on commit e8a6691

Please sign in to comment.