@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Tylercd100\ServerStatus; |
4 | 4 | |
5 | -use JJG\Ping; |
|
6 | 5 | use GuzzleHttp\Client; |
6 | +use JJG\Ping; |
|
7 | 7 | |
8 | 8 | class Host |
9 | 9 | { |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | /** |
53 | 53 | * Gets the value of ping. |
54 | 54 | * |
55 | - * @return mixed |
|
55 | + * @return integer |
|
56 | 56 | */ |
57 | 57 | public function getPing() |
58 | 58 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | /** |
63 | 63 | * Gets the value of statusCode. |
64 | 64 | * |
65 | - * @return mixed |
|
65 | + * @return integer |
|
66 | 66 | */ |
67 | 67 | public function getStatusCode() |
68 | 68 | { |