Skip to content

Commit dcb8047

Browse files
committed
issue #32 - remove no more useful method
1 parent 6f58394 commit dcb8047

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/AbstractSoapClientBase.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -386,18 +386,6 @@ public function getLastError(): array
386386
return $this->lastError;
387387
}
388388

389-
/**
390-
* Method setting last errors occurred during the calls
391-
* @param array $lastError
392-
* @return AbstractSoapClientBase
393-
*/
394-
private function setLastError(array $lastError): self
395-
{
396-
$this->lastError = $lastError;
397-
398-
return $this;
399-
}
400-
401389
/**
402390
* Method saving the last error returned by the SoapClient
403391
* @param string $methodName the method called when the error occurred

0 commit comments

Comments
 (0)