We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06bb08 commit 1c2a058Copy full SHA for 1c2a058
functions/sap_invoke_function.php
@@ -10,8 +10,6 @@
10
* @return array export/changing/table parameters for this function
11
*
12
* @throws InvalidArgumentException if $connection is not a valid SAP Connection resource
13
- * @throws LogicException if no connection available, or function's description has not been fetched
14
- * through a Sap object
15
* @throws SapException RFC raised exception or other error occured
16
*/
17
function sap_invoke_function(string $name, $connection, array $imports = null, bool $rtrim = null): array {}
0 commit comments