Skip to content

Commit 6049d33

Browse files
committed
further clarify documentation via autocomplete
1 parent 9aa5f37 commit 6049d33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

motivation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ I inherited a project running on PHP 5.5.x containing undocumented code dealing
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.
1515
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.
16+
as a way of documenting the API of a SAP remote function call via the
17+
editors autocomplete functionality. :bowtie:
1918
4. The configuration has to be as interchangeable as possible between the PHP
2019
modules.
2120

0 commit comments

Comments
 (0)