Skip to content

Commit 1cd7c77

Browse files
(v2.11) POS phpstan
1 parent 5bcbc58 commit 1cd7c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelRequestDocsMiddleware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function handle(Request $request, Closure $next): Response
6868

6969
$content = [
7070
// because php stan is not what it used to be
71-
/** @phpstan-ignore-next-line */
71+
/** @phpstan-ignore-next-line */
7272
'data' => $response->getData(),
7373
'_lrd' => [
7474
'queries' => $this->queries,

0 commit comments

Comments
 (0)