File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function __construct(
2626 }
2727
2828 /**
29- * @param \Closure(\Illuminate\Http\ Request): (\Symfony\Component\HttpFoundation\ Response) $next
29+ * @param \Closure(Request): (Response) $next
3030 */
3131 public function handle (Request $ request , \Closure $ next , ?string $ operationName = null ): Response
3232 {
Original file line number Diff line number Diff line change 1313
1414namespace ApiPlatform \Metadata ;
1515
16- use ApiPlatform \OpenApi ;
1716use ApiPlatform \OpenApi \Model \Parameter as OpenApiParameter ;
1817use ApiPlatform \State \ParameterNotFound ;
1918use ApiPlatform \State \ParameterProviderInterface ;
@@ -63,7 +62,7 @@ public function getSchema(): ?array
6362 }
6463
6564 /**
66- * @return OpenApi\Model\Parameter []|OpenApi\Model\Parameter |bool|null
65+ * @return OpenApiParameter []|OpenApiParameter |bool|null
6766 */
6867 public function getOpenApi (): OpenApiParameter |array |bool |null
6968 {
@@ -171,7 +170,7 @@ public function withSchema(array $schema): static
171170 }
172171
173172 /**
174- * @param OpenApi\Model\Parameter []|OpenApi\Model\Parameter |bool $openApi
173+ * @param OpenApiParameter []|OpenApiParameter |bool $openApi
175174 */
176175 public function withOpenApi (OpenApiParameter |array |bool $ openApi ): static
177176 {
You can’t perform that action at this time.
0 commit comments