1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 14:37:49 +02:00

Apply suggestions from StyleCI

This commit is contained in:
Franz Liedke
2017-12-13 23:08:35 +01:00
parent d2f187716e
commit c6ce172caa
5 changed files with 2 additions and 6 deletions

View File

@@ -10,14 +10,14 @@
namespace Flarum\Http\Middleware;
use Illuminate\Support\ViewErrorBag;
use Illuminate\Contracts\View\Factory as ViewFactory;
use Illuminate\Support\ViewErrorBag;
use Psr\Http\Message\ResponseInterface as Response;
use Psr\Http\Message\ServerRequestInterface as Request;
use Zend\Stratigility\MiddlewareInterface;
/**
* Inspired by Illuminate\View\Middleware\ShareErrorsFromSession
* Inspired by Illuminate\View\Middleware\ShareErrorsFromSession.
*
* @author Taylor Otwell
*/