Skip to content

Commit cb45e67

Browse files
authored
Merge pull request #85 from php-openapi/78-properties-that-are-marked-as-readonly-are-not-read-only
Properties that are marked as readOnly are not read only
2 parents 649743c + 0351ab5 commit cb45e67

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)