Skip to content

Commit befa42f

Browse files
committed
#85995
1 parent e805ddc commit befa42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/TestsGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected function constructTests(stdClass $openApiData, array $namespaceData):
5959

6060
$firstResponse = null;
6161
if (isset($route->responses)) {
62-
$firstResponse = current((array)$route?->responses) ?? null;
62+
$firstResponse = current((array)$route->responses) ?? null;
6363
}
6464
if (!$firstResponse) {
6565
continue;

0 commit comments

Comments
 (0)