Skip to content

Commit 97e534f

Browse files
committed
Fix formatting
1 parent 3f7c077 commit 97e534f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/miscellaneous/stubs.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ The following sections will introduce these capabilities.
6363
Generating arginfo Structures
6464
*******************************
6565

66-
The purpose of stubs files is to make it easier to declare arginfo structures,
67-
validate parameters parsing declarations, and maintain documentation.
66+
The purpose of stubs files is to make it easier to declare arginfo structures, validate parameters
67+
parsing declarations, and maintain documentation.
6868

6969
Previously, you had to manually use the different ``ZEND_BEGIN_ARG_* ... ZEND_END_ARG_INFO()``
7070
macros. This is a tedious and error-prone process. Being able to use pure PHP code on which the C

0 commit comments

Comments
 (0)