Skip to content

Commit f388952

Browse files
committed
replace in- and output by parameters in motivation
1 parent 414b7b0 commit f388952

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

motivation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ I inherited a project running on PHP 5.5.x containing undocumented code dealing
1212
2. The code in my project dealing with SAP remote function calls has to work
1313
for several [PHP modules](php-modules) and it still has to work, in case
1414
of a switch to a different way of communicating with SAP.
15-
3. Any in- and output of a SAP remote function call has to be defined as
16-
methods as a way of documentation.
15+
3. Any parameters of a SAP remote function call have to be defined as methods
16+
as a way of documenting the API of a SAP remote function call. As a result
17+
this documentation will be available via your editors autocomplete
18+
functionality.
1719
4. The configuration has to be as interchangeable as possible between the PHP
1820
modules.
1921

0 commit comments

Comments
 (0)