Skip to content

Commit bb1748e

Browse files
committed
clarify function comment for generateConfig()
1 parent d5989cb commit bb1748e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/IConfig.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public function getLang();
7777
public function getDest();
7878

7979
/**
80-
* Generate the configuration needed for connecting.
80+
* Generate the type of configuration needed by the PHP module in order to
81+
* establish a connection to SAP.
8182
* @return mixed
8283
*/
8384
public function generateConfig();

0 commit comments

Comments
 (0)