Skip to content

Commit 0351ab5

Browse files
committed
Merge branch '78-properties-that-are-marked-as-readonly-are-not-read-only' of github.com:php-openapi/yii2-openapi into 78-properties-that-are-marked-as-readonly-are-not-read-only
2 parents b4172bd + cd3d9af commit 0351ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/generators/ControllersGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function generate():CodeFiles
5959
$controllerPath = $path;
6060
/**
6161
* @var RestAction|FractalAction $action
62-
**/
62+
*/
6363
$action = $actions[0];
6464
if ($action->prefix && !empty($action->prefixSettings)) {
6565
$controllerNamespace = trim($action->prefixSettings['namespace'], '\\');

0 commit comments

Comments
 (0)