We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5908d1 commit 32b8bbaCopy full SHA for 32b8bba
docs/checks/method-output-parameter.md
@@ -25,9 +25,9 @@ The pseudo comment must be placed right after the method definition header.
25
CLASS class_name DEFINITION.
26
PUBLIC SECTION.
27
METHOD method_name
28
- EXPORTING param1 TYPE c
29
- CHANGING param2 TYPE c
30
- RETURNING VALUE(result) TYPE c. "#EC PARAMETER_OUT
+ EXPORTING param1 TYPE c
+ CHANGING param2 TYPE c
+ RETURNING VALUE(result) TYPE c. "#EC PARAMETER_OUT
31
ENDCLASS.
32
```
33
0 commit comments