Completed
Push — master ( ba6641...734696 )
by Hamoud
27:01 queued 12:22
created
src/Smsa.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -432,7 +432,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.