We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8841e9e commit ae2d774Copy full SHA for ae2d774
1 file changed
src/Client.php
@@ -53,7 +53,7 @@
53
class Client
54
{
55
// Release Please updates the VERSION constant. This workaround ensures the LIBVER constant
56
- // will be updated for each release.
+ // will be updated for each release as well.
57
private const VERSION = '2.18.3';
58
const LIBVER = self::VERSION;
59
@@ -68,7 +68,7 @@ class Client
68
*/
69
private $auth;
70
71
- /**
+ **
72
* @var ClientInterface $http
73
74
private $http;
0 commit comments