Add Idempotency middleware for handling idempotent requests #14
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/.
|