@@ -90,7 +90,7 @@ |
||
| 90 | 90 | * @param array|null $params |
| 91 | 91 | * @param array|string|null $opts |
| 92 | 92 | * |
| 93 | - * @return Revision |
|
| 93 | + * @return StripeObject |
|
| 94 | 94 | */ |
| 95 | 95 | public static function retrieveRevision($id, $personId, $params = null, $opts = null) |
| 96 | 96 | { |
@@ -63,8 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @param array|string $_id |
|
| 67 | - * @param array|string|null $_opts |
|
| 66 | + * @param array|string|null $opts |
|
| 68 | 67 | * |
| 69 | 68 | * @throws \Stripe\Error\InvalidRequest |
| 70 | 69 | */ |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | const SOURCE_TYPE_FINANCING = 'financing'; |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @return TransferReversal The created transfer reversal. |
|
| 51 | + * @return Transfer The created transfer reversal. |
|
| 52 | 52 | */ |
| 53 | 53 | public function reverse($params = null, $opts = null) |
| 54 | 54 | { |