Skip to content

Commit

Permalink
Makes Factory::$client property explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
pestaa authored Aug 1, 2018
1 parent bccf740 commit 4945e63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
*/
class Factory
{
/** @var Client */
public $client;

/**
* C O N S T R U C T O R ( ^_^)y
*
Expand Down

0 comments on commit 4945e63

Please sign in to comment.