Skip to content

Commit

Permalink
Declare undeclared property
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Auditor committed Mar 22, 2018
1 parent 47fda50 commit bb92ce3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/BigBlueButton/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ class Client
*/
protected $endpoint;

/**
* The HTTP client.
*
* @var \GuzzleHttp\Client
*/
protected $client;

/**
* Client constructor.
*
Expand Down

0 comments on commit bb92ce3

Please sign in to comment.