Skip to content

Commit 1c2a058

Browse files
committed
fix doc
1 parent a06bb08 commit 1c2a058

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functions/sap_invoke_function.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* @return array export/changing/table parameters for this function
1111
*
1212
* @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
1513
* @throws SapException RFC raised exception or other error occured
1614
*/
1715
function sap_invoke_function(string $name, $connection, array $imports = null, bool $rtrim = null): array {}

0 commit comments

Comments
 (0)