Skip to content

Commit c57f369

Browse files
authored
Formatting
1 parent 9f710db commit c57f369

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/custom-helpers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ Once you have implemented something like the above PHP file, reference it in a t
109109
### Notes about the XML
110110

111111
1. Specify an argument value for every argument that matches our PHP implementation. This allows us to pass other test data to the Custom Helper.
112-
2. The `class` attribute matches the namespace specified in the PHP file.
113-
3. Specify the method from the class via the `method` attribute.
114-
4. If the function has a return value, it will be assigned to the `stepKey` variable. In this case, `$selectHeadingTextInTinyMCE` holds the return value.
115-
5. The types of argument values must match the PHP implementation's expected types.
112+
1. The `class` attribute matches the namespace specified in the PHP file.
113+
1. Specify the method from the class via the `method` attribute.
114+
1. If the function has a return value, it will be assigned to the `stepKey` variable. In this case, `$selectHeadingTextInTinyMCE` holds the return value.
115+
1. The types of argument values must match the PHP implementation's expected types.
116116

117117
## Key takeaways
118118

0 commit comments

Comments
 (0)