Skip to content

Commit 9c7788e

Browse files
committed
fix PHPStan failure
1 parent b71e68f commit 9c7788e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private static function getInstance(): GraphClientFactory {
8080
* Set national cloud to be used as the base URL
8181
*
8282
* @param string $nationalCloud
83-
* @return $this
83+
* @return static
8484
* @throws InvalidArgumentException if $nationalCloud is empty or an invalid national cloud Host
8585
*/
8686
public static function setNationalCloud(string $nationalCloud = NationalCloud::GLOBAL): GraphClientFactory {

0 commit comments

Comments
 (0)