Skip to content

Commit f27af98

Browse files
committed
fixed wrong parameter documentation
1 parent b652682 commit f27af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Redmine/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function getPort()
297297
/**
298298
* Sets to an existing username so api calls can be
299299
* impersonated to this user
300-
* @param string $username
300+
* @param string|null $username
301301
* @return Client
302302
*/
303303
public function setImpersonateUser($username = null)

0 commit comments

Comments
 (0)