Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaojun1992 committed Jul 19, 2021
1 parent 16a5770 commit 3357073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Route/TarsRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function handle($illuminateRequest)

if (!($illuminateResponse instanceof BinaryFileResponse)) {
$content = $illuminateResponse->getContent();
if ((($content === false) || ($content === null))&& ob_get_length() > 0) {
if ((($content === false) || ($content === null)) && ob_get_length() > 0) {
$illuminateResponse->setContent(ob_get_contents());
ob_end_clean();
$isObEnd = true;
Expand Down

0 comments on commit 3357073

Please sign in to comment.