Skip to content

Commit a6d768b

Browse files
committed
fix missing static in IFunction::create() #12
1 parent 4814b30 commit a6d768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct(array $array);
6666
* @throws IConnectionFailedException
6767
* @throws IUnknownFunctionException
6868
*/
69-
public function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
69+
public static function create(string $name, array $params = null, IConfiguration $config = null, IApi $api = null): IFunction;
7070

7171
/**
7272
* Get the SAP remote function name.

0 commit comments

Comments
 (0)