From 3357073f2019ff65e9d446425d5625a65d9faae2 Mon Sep 17 00:00:00 2001 From: luoxiaojun Date: Mon, 19 Jul 2021 14:12:26 +0800 Subject: [PATCH] formatting --- src/Route/TarsRoute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Route/TarsRoute.php b/src/Route/TarsRoute.php index 028ed58..c98000d 100644 --- a/src/Route/TarsRoute.php +++ b/src/Route/TarsRoute.php @@ -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;