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.
2 parents 34e50ed + 84fb4c5 commit 9eaeadaCopy full SHA for 9eaeada
src/MsGraph.php
@@ -48,10 +48,10 @@ public function tasks()
48
protected static $baseUrl = 'https://graph.microsoft.com/beta/';
49
50
/**
51
- * __call catches all requests when no founf method is requested
+ * __call catches all requests when no found method is requested
52
* @param $function - the verb to execute
53
* @param $args - array of arguments
54
- * @return gizzle request
+ * @return guzzle request
55
*/
56
public function __call($function, $args)
57
{
0 commit comments