Skip to content

Commit

Permalink
Made PushGateway constructor docstring easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Moldovan committed Oct 22, 2020
1 parent 34ed106 commit 287ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrometheusPushGateway/PushGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class PushGateway

/**
* PushGateway constructor.
* @param string $address http|https://host:port of the push gateway
* @param string $address (http|https)://host:port of the push gateway
* @param ClientInterface $client
*/
public function __construct($address, ClientInterface $client = null)
Expand Down

0 comments on commit 287ec0d

Please sign in to comment.