Total Complexity | 5 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class TranslatorMiddleware |
||
23 | { |
||
24 | /** |
||
25 | * Handle an incoming request |
||
26 | * |
||
27 | * @param Request $request |
||
28 | * @param Closure $next |
||
29 | * @return mixed |
||
30 | * |
||
31 | * @todo Validate Browser locale string (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4) |
||
32 | */ |
||
33 | public function handle(Request $request, Closure $next) { |
||
53 | } |
||
54 | } |