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.
1 parent 661f391 commit 3830870Copy full SHA for 3830870
lib/Gitlab/Client.php
@@ -344,19 +344,19 @@ public function systemHooks()
344
}
345
346
/**
347
- * @return Users
+ * @return Tags
348
*/
349
- public function users()
+ public function tags()
350
{
351
- return new Users($this);
+ return new Tags($this);
352
353
354
355
- * @return Tags
+ * @return Users
356
357
- public function tags()
+ public function users()
358
359
- return new Tags($this);
+ return new Users($this);
360
361
362
0 commit comments