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 d1334a4 commit bfe1211Copy full SHA for bfe1211
1 file changed
src/AbstractGithubObject.php
@@ -100,6 +100,7 @@ public function __construct(Registry $options = null, Http $client = null)
100
* @return string The request URL.
101
*
102
* @since 1.0
103
+ * @note As of 2.0 this method will return a Joomla\Uri\Uri object
104
*/
105
protected function fetchUrl($path, $page = 0, $limit = 0)
106
{
0 commit comments