Skip to content

Commit ec20110

Browse files
committed
Apply fixes from StyleCI
1 parent 7d7d891 commit ec20110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ssr/HttpGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function dispatch(array $page): ?Response
2727
} catch (Exception $e) {
2828
return null;
2929
}
30-
30+
3131
if (is_null($response)) {
3232
return null;
3333
}

0 commit comments

Comments
 (0)