Skip to content

Commit cf89452

Browse files
committed
Fix wrong identifier to support namespace
1 parent 3708d4a commit cf89452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Code/TypeDescription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function generate(
6060
}
6161

6262
return new IdentifierGenerator(
63-
$document->name(),
63+
$documentConstName,
6464
new BodyGenerator($this->parser, $code)
6565
);
6666
}

0 commit comments

Comments
 (0)