@@ -28,7 +28,7 @@ |
||
| 28 | 28 | /** |
| 29 | 29 | * Creates a new Strategy instance for a given multiplier |
| 30 | 30 | * |
| 31 | - * @param float $multiplier Scaling factor for Desk.com times |
|
| 31 | + * @param integer $multiplier Scaling factor for Desk.com times |
|
| 32 | 32 | */ |
| 33 | 33 | public function __construct($multiplier = 1) |
| 34 | 34 | { |
@@ -62,6 +62,8 @@ |
||
| 62 | 62 | /** |
| 63 | 63 | * Creates an EmbeddedResponse instance |
| 64 | 64 | * |
| 65 | + * @param string $statusCode |
|
| 66 | + * @param string $body |
|
| 65 | 67 | * @return \Desk\Relationship\Resource\EmbeddedResponse |
| 66 | 68 | */ |
| 67 | 69 | public function newResponse($statusCode, $headers = null, $body = null) |
@@ -88,7 +88,6 @@ |
||
| 88 | 88 | * |
| 89 | 89 | * @param \Desk\Relationship\Resource\EmbeddedCommand $command |
| 90 | 90 | * @param \Guzzle\Service\Description\Parameter $schema |
| 91 | - * @param array $data |
|
| 92 | 91 | * |
| 93 | 92 | * @return array |
| 94 | 93 | */ |