@@ -26,7 +26,7 @@ |
||
26 | 26 | * Get a mock response for a client by mock file name |
27 | 27 | * |
28 | 28 | * @param string $path Relative path to the mock response file |
29 | - * @param string $code HTTP response code to respond with |
|
29 | + * @param integer $code HTTP response code to respond with |
|
30 | 30 | * |
31 | 31 | * @return Response |
32 | 32 | */ |
@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Abstract Response |
|
4 | - */ |
|
3 | + * Abstract Response |
|
4 | + */ |
|
5 | 5 | |
6 | 6 | namespace Bobbyshaw\WatsonVisualRecognition\Message; |
7 | 7 |