Skip to content

Commit 4a84fdc

Browse files
committed
Switch to fully generated Event Horizon like if chaos for call operation matching
1 parent 5a0df0f commit 4a84fdc

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)