We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7c077 commit 97e534fCopy full SHA for 97e534f
docs/source/miscellaneous/stubs.rst
@@ -63,8 +63,8 @@ The following sections will introduce these capabilities.
63
Generating arginfo Structures
64
*******************************
65
66
-The purpose of stubs files is to make it easier to declare arginfo structures,
67
-validate parameters parsing declarations, and maintain documentation.
+The purpose of stubs files is to make it easier to declare arginfo structures, validate parameters
+parsing declarations, and maintain documentation.
68
69
Previously, you had to manually use the different ``ZEND_BEGIN_ARG_* ... ZEND_END_ARG_INFO()``
70
macros. This is a tedious and error-prone process. Being able to use pure PHP code on which the C
0 commit comments