Skip to content

Commit 0f14353

Browse files
committed
chore: unnecessary phpstan ignore
1 parent f6af969 commit 0f14353

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]; // @phpstan-ignore offsetAccess.notFound
141+
return $available[0];
142142
}
143143
}

0 commit comments

Comments
 (0)