Skip to content

Commit c39f51e

Browse files
Update Client.php
1 parent 2c60251 commit c39f51e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Redmine/Client.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@ public function setPort($port = null)
283283
return $this;
284284
}
285285

286+
/**
287+
* Returns Redmine response code
288+
* @return int
289+
*/
286290
public function getResponseCode()
287291
{
288292
return $this->responseCode;

0 commit comments

Comments
 (0)