Skip to content

Commit

Permalink
Merge pull request #37 from dmt-software/2.2
Browse files Browse the repository at this point in the history
#36: small improvement
  • Loading branch information
proggeler authored Dec 12, 2023
2 parents 2d0b271 + 0f4c15a commit 923a2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoapFaultException.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(string $code, string $reason, string $node = null, a
['Server', 'Client', 'Client'],
$this->code
);
$previous = new SoapFault(...func_get_args());
$previous = new SoapFault($code, $reason, $node, $detail);
}

parent::__construct($reason, 0, $previous);
Expand Down

0 comments on commit 923a2cc

Please sign in to comment.