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 b71e68f commit 9c7788eCopy full SHA for 9c7788e
src/GraphClientFactory.php
@@ -80,7 +80,7 @@ private static function getInstance(): GraphClientFactory {
80
* Set national cloud to be used as the base URL
81
*
82
* @param string $nationalCloud
83
- * @return $this
+ * @return static
84
* @throws InvalidArgumentException if $nationalCloud is empty or an invalid national cloud Host
85
*/
86
public static function setNationalCloud(string $nationalCloud = NationalCloud::GLOBAL): GraphClientFactory {
0 commit comments