-
Notifications
You must be signed in to change notification settings - Fork 800
PHP 8.4: Document SplObjectStorage::seek() #4048
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
Conversation
Pushed commits, including 2 drive-by fixes:
|
&reftitle.parameters; | ||
<simpara> | ||
<para> | ||
<variablelist> | ||
<varlistentry> | ||
<term><parameter>offset</parameter></term> | ||
<listitem> | ||
<simpara> | ||
Description. | ||
The position to seek to. | ||
</simpara> | ||
</listitem> | ||
</varlistentry> | ||
</variablelist> | ||
</simpara> | ||
</para> |
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.
Ideally this wrapping para should be removed, but I'm fine to leave the <para>
tag if it is pre-exiting
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 simpara came out of the stub generator, but that was wrong so I changed it back to para: php/php-src#16764
I think this could be merged, no? |
* インデントの修正 * PHP 8.4: Document SplObjectStorage::seek()を翻訳 php/doc-en#4048
@nielsdos could you document this as, IIRC, you added this?
Related (#4047)