@@ -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 | */ |