Skip to content

Commit

Permalink
remove IInvalidArgumentException from IFunction::setParams() #22
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Sep 4, 2024
1 parent 229eefc commit b391b8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/IFunction.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function getParams(): array;
*
* @param array<string, mixed> $params An array of SAP remote function call parameters.
* @return $this
* @throws IInvalidArgumentException
* @throws IIncompleteConfigException
* @throws IConnectionFailedException
* @throws IUnknownFunctionException
Expand Down

0 comments on commit b391b8c

Please sign in to comment.