Skip to content

Commit

Permalink
Merge pull request #3 from andrey-helldar/analysis-8j3V22
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Feb 27, 2019
2 parents 4ba9c52 + 0a1d8b0 commit fbc258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middlewares/CheckLastModified.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function handle($request, Closure $next)
if ($service->isNotModified()) {
return response(null, 304);
}

/** @var \Symfony\Component\HttpFoundation\Response $response */
$response = $next($request);

Expand Down

0 comments on commit fbc258d

Please sign in to comment.