Skip to content

Commit d297d16

Browse files
authored
Merge pull request #100 from php-api-clients/switch-to-fully-generated-event-horizon-like-if-chaos-for-call-operation-matching
Switch to fully generated Event Horizon like if chaos for call operation matching
2 parents 5a0df0f + 4a84fdc commit d297d16

File tree

3 files changed

+344
-189
lines changed

3 files changed

+344
-189
lines changed

src/Gatherer/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static function gather(
8787
lcfirst(trim(Utils::basename($className),'\\')),
8888
trim(Utils::dirname($className),'\\'),
8989
$operation->operationId,
90-
$method,
90+
strtoupper($method),
9191
$path,
9292
$hasPageParameter === true && $hasPerPageParameter === true, // This is very GitHub specific!!!
9393
array_unique($returnType),

0 commit comments

Comments
 (0)