Skip to content

Commit 1893764

Browse files
committed
Clarify interface descriptions
1 parent b4db020 commit 1893764

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/IConfig.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
/**
1515
* Interface IConfig
1616
*
17-
* Interface to configure basic connection parameters for SAP remote function calls.
17+
* Interface to configure basic connection parameters for SAP remote function calls,
18+
* that are common to both connection types (A, and B)
1819
*
1920
* @package phpsap\interfaces
2021
* @author Gregor J.

src/IConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Interface IConnection
1616
*
17-
* PHP/SAP connection interface.
17+
* Manage a PHP/SAP connection instance.
1818
*
1919
* @package phpsap\interfaces
2020
* @author Gregor J.

src/IFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Interface IFunction
1818
*
19-
* PHP/SAP function interface.
19+
* Manage a PHP/SAP remote function call.
2020
*
2121
* @package phpsap\interfaces
2222
* @author Gregor J.

0 commit comments

Comments
 (0)