-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP 8.4] pcntl update part 1 #4208
Conversation
for #3872 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the wrapping <para>
tags around the `, also it might make sense to have different changelog row for different parameters.
<tgroup cols="2"> | ||
<thead> | ||
<row> | ||
<entry>&Version;</entry> | ||
<entry>&Description;</entry> | ||
</row> | ||
</thead> | ||
<tbody> | ||
<row> | ||
<entry>8.4.0</entry> | ||
<entry> | ||
A <classname>ValueError</classname> is thrown if <parameter>signal</parameter> | ||
is empty. | ||
</entry> | ||
</row> | ||
<row> | ||
<entry>8.4.0</entry> | ||
<entry> | ||
A <classname>TypeError</classname> is thrown if <parameter>signal</parameter> | ||
value is not an <type>int</type>. | ||
</entry> | ||
</row> | ||
<row> | ||
<entry>8.4.0</entry> | ||
<entry> | ||
A <classname>ValueError</classname> is thrown if <parameter>signal</parameter> | ||
value is invalid. | ||
</entry> | ||
</row> | ||
</tbody> | ||
</tgroup> | ||
</informaltable> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indent seems off here?
9a2243d
to
78471b9
Compare
No description provided.