Skip to content

Commit db64916

Browse files
committed
remove IInvalidArgumentException from IFunction::setParams() #22
1 parent 229eefc commit db64916

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/IFunction.php

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public function getParams(): array;
154154
*
155155
* @param array<string, mixed> $params An array of SAP remote function call parameters.
156156
* @return $this
157-
* @throws IInvalidArgumentException
158157
* @throws IIncompleteConfigException
159158
* @throws IConnectionFailedException
160159
* @throws IUnknownFunctionException

0 commit comments

Comments
 (0)