Skip to content

Commit 2a231d1

Browse files
Merge pull request #100 from microsoftgraph/removeUnusedMember
Removed unused $guzzleClient. Fixes #99.
2 parents 05b5a2d + 2bf1c8d commit 2a231d1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/Core/GraphConstants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class GraphConstants
2424
const REST_ENDPOINT = "https://graph.microsoft.com/";
2525

2626
// Define HTTP request constants
27-
const SDK_VERSION = "1.3.2";
27+
const SDK_VERSION = "1.4.0";
2828

2929
// Define error constants
3030
const MAX_PAGE_SIZE = 999;

src/Http/GraphRequest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ class GraphRequest
5656
*/
5757
protected $endpoint;
5858
/**
59-
* The Guzzle client used to make the HTTP request
60-
*
61-
* @var Client
62-
*/
63-
protected $guzzleClient;
64-
/**
6559
* An array of headers to send with the request
6660
*
6761
* @var array(string => string)

0 commit comments

Comments
 (0)