Skip to content

Commit ae2d774

Browse files
committed
docs
1 parent 8841e9e commit ae2d774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
class Client
5454
{
5555
// Release Please updates the VERSION constant. This workaround ensures the LIBVER constant
56-
// will be updated for each release.
56+
// will be updated for each release as well.
5757
private const VERSION = '2.18.3';
5858
const LIBVER = self::VERSION;
5959

@@ -68,7 +68,7 @@ class Client
6868
*/
6969
private $auth;
7070

71-
/**
71+
**
7272
* @var ClientInterface $http
7373
*/
7474
private $http;

0 commit comments

Comments
 (0)