@@ -432,7 +432,7 @@ discard block |
||
432 | 432 | /** |
433 | 433 | * Return a successful response with the data. |
434 | 434 | * |
435 | - * @param $type string The type/function of the SOAP Api used. |
|
435 | + * @param string $type string The type/function of the SOAP Api used. |
|
436 | 436 | * @param $payload AbstractStructBase The object that was sent to the SoapClient |
437 | 437 | * @param $data mixed |
438 | 438 | * |
@@ -456,7 +456,7 @@ discard block |
||
456 | 456 | /** |
457 | 457 | * Send a Response with failed request. |
458 | 458 | * |
459 | - * @param $type string The type/function of the SOAP Api used. |
|
459 | + * @param string $type string The type/function of the SOAP Api used. |
|
460 | 460 | * @param $payload AbstractStructBase The object that was sent to the SoapClient |
461 | 461 | * |
462 | 462 | * @throws \Alhoqbani\SmsaWebService\Exceptions\RequestError |
@@ -488,7 +488,7 @@ discard block |
||
488 | 488 | /** |
489 | 489 | * Return a failed response. (Usually, wrong data was sent to SMSA Api) |
490 | 490 | * |
491 | - * @param $type string The type/function of the SOAP Api used |
|
491 | + * @param string $type string The type/function of the SOAP Api used |
|
492 | 492 | * @param $payload AbstractStructBase The object that was sent to the SoapClient |
493 | 493 | * @param $error string The error message from SMSA. |
494 | 494 | * |