diff --git a/src/Decoder.php b/src/Decoder.php index 7783d8f7d..59c92f920 100644 --- a/src/Decoder.php +++ b/src/Decoder.php @@ -78,12 +78,11 @@ class Decoder /** * Constructor * - * @param string $source String source to decode - * @param int $decodeType How objects should be decoded -- see + * @param string $source String source to decode + * @param int $decodeType How objects should be decoded -- see * {@link Zend\Json\Json::TYPE_ARRAY} and {@link Zend\Json\Json::TYPE_OBJECT} for * valid values * @throws InvalidArgumentException - * @return void */ protected function __construct($source, $decodeType) { diff --git a/src/Server/Server.php b/src/Server/Server.php index 85cf3278f..4b834603d 100644 --- a/src/Server/Server.php +++ b/src/Server/Server.php @@ -155,8 +155,8 @@ public function fault($fault = null, $code = 404, $data = null) * Handle request * * @param Request $request - * @throws Exception\InvalidArgumentException * @return null|Response + * @throws Exception\InvalidArgumentException */ public function handle($request = false) {