File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ I inherited a project running on PHP 5.5.x containing undocumented code dealing
12
12
2 . The code in my project dealing with SAP remote function calls has to work
13
13
for several [ PHP modules] ( php-modules ) and it still has to work, in case
14
14
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.
17
19
4 . The configuration has to be as interchangeable as possible between the PHP
18
20
modules.
19
21
You can’t perform that action at this time.
0 commit comments