Skip to content

Add Idempotency middleware for handling idempotent requests #14

Add Idempotency middleware for handling idempotent requests

Add Idempotency middleware for handling idempotent requests #14

Re-run triggered April 26, 2024 14:56
Status Failure
Total duration 40s
Artifacts
static-analysis
27s
static-analysis
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
static-analysis: app/Http/Middleware/Idempotency.php#L60
Cannot access offset 'content' on mixed.
static-analysis: app/Http/Middleware/Idempotency.php#L60
Cannot access offset 'headers' on mixed.
static-analysis: app/Http/Middleware/Idempotency.php#L60
Cannot access offset 'status' on mixed.
static-analysis: app/Http/Middleware/Idempotency.php#L60
Parameter #1 $content of function response expects array|Illuminate\Contracts\View\View|string|null, mixed given.
static-analysis: app/Http/Middleware/Idempotency.php#L60
Parameter #2 $status of function response expects int, mixed given.
static-analysis: app/Http/Middleware/Idempotency.php#L60
Parameter #3 $headers of function response expects array, mixed given.
static-analysis
Process completed with exit code 1.
static-analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.