We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb115a0 + 50c356b commit d3aae60Copy full SHA for d3aae60
src/Generator/Path.php
@@ -32,7 +32,7 @@ public static function generate(string $path, string $namespace, string $baseNam
32
$class = $factory->class($className)->makeFinal();
33
34
foreach ($pathItem->getOperations() as $method => $operation) {
35
- $operationClassName = str_replace('/', '\\', '\\' . $baseNamespace . 'Operation/' . (new Convert($operation->operationId))->fromTrain()->toPascal()) . 'Operation';
+ $operationClassName = str_replace('/', '\\', '\\' . $baseNamespace . 'Operation/' . (new Convert($operation->operationId))->fromTrain()->toPascal());
36
$method =
37
$factory->
38
method($method)->
0 commit comments