fix invalid phpdoc comment

This commit is contained in:
Frédéric FRANCE
2023-12-07 20:03:24 +01:00
parent b56688706b
commit 56163dff96
6 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ $currentUri = $uriFactory->createFromAbsolute($urlwithroot.'/core/modules/oauth/
* Load the credential for the service
*/
/** @var $serviceFactory \OAuth\ServiceFactory An OAuth service factory. */
/** @var \OAuth\ServiceFactory $serviceFactory An OAuth service factory. */
$serviceFactory = new \OAuth\ServiceFactory();
$httpClient = new \OAuth\Common\Http\Client\CurlClient();
// TODO Set options for proxy and timeout