Skip to content

Commit

Permalink
Поправлена ошибка в аннотация приватного свойста $client
Browse files Browse the repository at this point in the history
  • Loading branch information
S.E.M committed Mar 26, 2018
1 parent 19599c3 commit 2035b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Client implements ClientInterface
private $baseUrl = 'https://sms.ru/{method}';

/**
* @var Client
* @var \GuzzleHttp\Client
*/
private $client;

Expand Down

0 comments on commit 2035b5e

Please sign in to comment.