File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,12 +290,12 @@ public function getMethods($service)
290
290
continue ;
291
291
}
292
292
293
- if (empty ($ method ['x-appwrite ' ]['additional- methods ' ] ?? [])) {
293
+ if (empty ($ method ['x-appwrite ' ]['methods ' ] ?? [])) {
294
294
$ list [] = $ this ->parseMethod ($ methodName , $ pathName , $ method );
295
295
continue ;
296
296
}
297
297
298
- foreach ($ method ['x-appwrite ' ]['additional- methods ' ] as $ additionalMethod ) {
298
+ foreach ($ method ['x-appwrite ' ]['methods ' ] as $ additionalMethod ) {
299
299
$ duplicatedMethod = $ method ;
300
300
$ duplicatedMethod ['x-appwrite ' ]['method ' ] = $ additionalMethod ['name ' ];
301
301
@@ -348,7 +348,7 @@ public function getMethods($service)
348
348
349
349
$ handleParams ($ duplicatedMethod ['parameters ' ]);
350
350
351
- // Overwrite description and name if multiplex has one
351
+ // Overwrite description and name if method has one
352
352
if (!empty ($ additionalMethod ['name ' ])) {
353
353
$ duplicatedMethod ['summary ' ] = $ additionalMethod ['name ' ];
354
354
}
You can’t perform that action at this time.
0 commit comments