Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored and StyleCIBot committed Feb 27, 2019
1 parent 4ba9c52 commit 0a1d8b0
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 0a1d8b0

Please sign in to comment.