Skip to content

Commit 7c83f85

Browse files
committed
chore(laravel): phpstan issue
1 parent a7072be commit 7c83f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/State/SwaggerUiProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ private function getUi(): string
138138
return $requested;
139139
}
140140

141-
return $available[0];
141+
return $available[0]; // @phpstan-ignore offsetAccess.notFound
142142
}
143143
}

0 commit comments

Comments
 (0)