Skip to content

Commit 7573bf1

Browse files
committed
Apply fixes from StyleCI
1 parent f5f495c commit 7573bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Documentation/Schemas/OpenAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public function generatePaths()
273273
case 'forceDelete':
274274
case 'details':
275275
case 'destroy':
276-
$path = $paths['/'.$route->uri()] ?? new Path;
276+
$path = $paths['/'.$route->uri()] ?? new Path();
277277
$paths['/'.$route->uri()] = $path->{'generate'.Str::ucfirst($actionMethod)}($controller);
278278
break;
279279
}

0 commit comments

Comments
 (0)