Skip to content

Commit b73b899

Browse files
committed
Fix style
1 parent 53b3d80 commit b73b899

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/generators/RestActionGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function generate():array
4545
{
4646
$actions = [];
4747
foreach ($this->config->getOpenApi()->paths as $path => $pathItem) {
48-
4948
if ($path[0] !== '/') {
5049
throw new InvalidConfigException('Path must begin with /');
5150
}

0 commit comments

Comments
 (0)