@@ -11,7 +11,7 @@ |
||
| 11 | 11 | { |
| 12 | 12 | /** |
| 13 | 13 | * @param $options |
| 14 | - * @return mixed |
|
| 14 | + * @return \BestServedCold\PhalueObjects\Request\Curl |
|
| 15 | 15 | */ |
| 16 | 16 | public static function auto(array $options = []); |
| 17 | 17 | } |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | - * @param $resource |
|
| 37 | + * @param resource $resource |
|
| 38 | 38 | * @param array $options |
| 39 | 39 | * @return static |
| 40 | 40 | */ |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | - * @param array $options |
|
| 47 | + * @param string[] $options |
|
| 48 | 48 | * @return static |
| 49 | 49 | */ |
| 50 | 50 | public static function auto(array $options = []) |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | { |
| 12 | 12 | /** |
| 13 | 13 | * @param float $float |
| 14 | - * @return mixed |
|
| 14 | + * @return \BestServedCold\PhalueObjects\VOFloat |
|
| 15 | 15 | */ |
| 16 | 16 | public static function fromFloat($float); |
| 17 | 17 | |
@@ -44,6 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @inheritdoc |
| 47 | + * @return void |
|
| 47 | 48 | */ |
| 48 | 49 | public function __destruct(); |
| 49 | 50 | } |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | /** |
| 28 | 28 | * @param array $array |
| 29 | 29 | * @throws \InvalidArgumentException |
| 30 | - * @return string |
|
| 30 | + * @return Xml |
|
| 31 | 31 | */ |
| 32 | 32 | public static function fromArray(array $array) |
| 33 | 33 | {
|
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @param $arrayValue |
|
| 52 | + * @param string $arrayValue |
|
| 53 | 53 | * @return int|string |
| 54 | 54 | */ |
| 55 | 55 | public function keyFromArrayValue($arrayValue) |
@@ -40,7 +40,7 @@ |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * @return string |
|
| 43 | + * @return Xml |
|
| 44 | 44 | */ |
| 45 | 45 | public function toXml() |
| 46 | 46 | { |