We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd44e6 commit b27bdd0Copy full SHA for b27bdd0
src/Adapter/Mellat.php
@@ -349,7 +349,7 @@ public function getGatewayReferenceId(): string
349
return $this->RefId;
350
}
351
352
- public function afterVerify()
+ public function afterVerify(): bool
353
{
354
return $this->settleTransaction();
355
src/Adapter/Saman.php
@@ -278,7 +278,7 @@ protected function getWSDL($type = null)
278
* @return SoapClient
279
* @throws SoapFault
280
*/
281
- protected function getSoapClient($type = null)
+ protected function getSoapClient($type = null): SoapClient
282
283
return new SoapClient($this->getWSDL($type), $this->getSoapOptions());
284
0 commit comments