Skip to content

Commit db70b83

Browse files
authored
Update KVClient.php
1 parent 33c23d1 commit db70b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KV/KVClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function release(KVPair $p, WriteOptions $writeOptions = null)
276276
* @type \DCarbone\PHPConsulAPI\Error|null error, if any
277277
* )
278278
*/
279-
public function tree($prefix = null, QueryOptions $queryOptions = null)
279+
public function tree($prefix, QueryOptions $queryOptions = null)
280280
{
281281
list($valueList, $_, $err) = $this->valueList($prefix, $queryOptions);
282282

0 commit comments

Comments
 (0)