| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class VerifyStripeWebhook |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Handle an incoming request. |
||
| 16 | * |
||
| 17 | * @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next |
||
| 18 | * |
||
| 19 | * @throws \Symfony\Component\HttpKernal\Exception\AccessDeniedHttpException |
||
| 20 | */ |
||
| 21 | public function handle(Request $request, Closure $next): Response |
||
| 37 |