Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class HoneyCaughtResponder implements SpamResponder |
||
13 | { |
||
14 | /** |
||
15 | * Provide an HTTP response to a spam request caught in the honeypot. |
||
16 | * |
||
17 | * @param Request $request |
||
18 | * @param Closure $next |
||
19 | * @return ResponseFactory|Response |
||
20 | */ |
||
21 | public function respond(Request $request, Closure $next) |
||
30 |