Update tests/e2e/Client.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Matej Bačo
2022-02-11 12:32:16 +01:00
committed by GitHub
parent 5028598f43
commit 36a985d7ea
+1 -1
View File
@@ -122,7 +122,7 @@ class Client
* @param string $endpoint
* @return self $this
*/
public function setEndpoint($endpoint): self
public function setEndpoint(string $endpoint): self
{
$this->endpoint = $endpoint;