Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Oct 24, 2014
1 parent a35ec4b commit 3a4d00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HttpClient.php
Expand Up @@ -136,7 +136,7 @@ protected function path(Request $request)
}

/**
* @param $statusCode
* @param int $statusCode
* @return string
* @throws \Exception
*/
Expand All @@ -159,7 +159,7 @@ protected static function getStatusMessage($statusCode)
}

/**
* @param $statusCode
* @param int $statusCode
* @return string
*/
protected static function getCodeConstantName($statusCode)
Expand Down

0 comments on commit 3a4d00d

Please sign in to comment.