From b391b8c6988aeaf1f80ff5f10e49aff92245c5a0 Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 4 Sep 2024 08:38:02 +0200 Subject: [PATCH] remove IInvalidArgumentException from IFunction::setParams() #22 --- src/IFunction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IFunction.php b/src/IFunction.php index 949ff7c..ffb840f 100644 --- a/src/IFunction.php +++ b/src/IFunction.php @@ -154,7 +154,6 @@ public function getParams(): array; * * @param array $params An array of SAP remote function call parameters. * @return $this - * @throws IInvalidArgumentException * @throws IIncompleteConfigException * @throws IConnectionFailedException * @throws IUnknownFunctionException