| @@ -19,7 +19,7 @@ | ||
| 19 | 19 | interface HandlerStackInterface | 
| 20 | 20 |  { | 
| 21 | 21 | /** | 
| 22 | - * @return \GuzzleHttp\HandlerStack; | |
| 22 | + * @return HandlerStack | |
| 23 | 23 | */ | 
| 24 | 24 | public static function create(); | 
| 25 | 25 | } | 
| @@ -74,7 +74,7 @@ | ||
| 74 | 74 | * @param $min [optional] | 
| 75 | 75 | * @param $max [optional] | 
| 76 | 76 | * | 
| 77 | - * @return int A random integer value between min (or 0) and max | |
| 77 | + * @return double A random integer value between min (or 0) and max | |
| 78 | 78 | * @throws \Gojira\Framework\Exception\LocalizedException | 
| 79 | 79 | */ | 
| 80 | 80 | public static function getRandomNumber($min = 0, $max = null) | 
| @@ -22,7 +22,7 @@ | ||
| 22 | 22 | /** | 
| 23 | 23 | * Render source text | 
| 24 | 24 | * | 
| 25 | - * @param array $source | |
| 25 | + * @param string[] $source | |
| 26 | 26 | * @param array $arguments | 
| 27 | 27 | * @return string | 
| 28 | 28 | */ | 
| @@ -10,7 +10,6 @@ | ||
| 10 | 10 | |
| 11 | 11 | use Gojira\Api\Response\BaseResponse; | 
| 12 | 12 | use Gojira\Api\Response\ResponseInterface; | 
| 13 | -use Symfony\Component\Console\Helper\TableCell; | |
| 14 | 13 | |
| 15 | 14 | /** | 
| 16 | 15 | * Render result for JIRA REST /issue | 
| @@ -8,7 +8,6 @@ | ||
| 8 | 8 | |
| 9 | 9 | namespace Gojira\Jira\Response; | 
| 10 | 10 | |
| 11 | -use Gojira\Api\Response\BaseResponse; | |
| 12 | 11 | use Gojira\Api\Response\ResponseInterface; | 
| 13 | 12 | use Symfony\Component\Console\Helper\TableCell; | 
| 14 | 13 | |
| @@ -8,7 +8,6 @@ | ||
| 8 | 8 | |
| 9 | 9 | namespace Gojira\Jira\Response; | 
| 10 | 10 | |
| 11 | -use Gojira\Api\Response\BaseResponse; | |
| 12 | 11 | use Gojira\Api\Response\ResponseInterface; | 
| 13 | 12 | use Symfony\Component\Console\Helper\TableCell; | 
| 14 | 13 | |