Bulk PDO and mysqli grammar fixes - #5712
Conversation
1fc24c0 to
963c166
Compare
jordikroon
left a comment
There was a problem hiding this comment.
Mostly small nits. Other than those LGTM.
| named properties in the class | ||
| </para></listitem> | ||
| <listitem><para> | ||
| <listitem><simpara> |
There was a problem hiding this comment.
Should I do it in this PR or in a separate PR? This will create a lot of churn if I have to indent all of them now.
There was a problem hiding this comment.
It's fine if you do it in this PR. Unless someone objects, but will review the commit individually
There was a problem hiding this comment.
If you mean if it's trivial. It's not so I leave it up to you. I don't consider it blocking.
There was a problem hiding this comment.
CS complained about 8 paras, but there were 9. I hope I didn't break anything.
| Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific: | ||
| <itemizedlist> | ||
| <listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal> | ||
| <listitem><simpara><literal>PDO::ATTR_CURSOR_NAME</literal> |
There was a problem hiding this comment.
Same here. It's even worse. Though this was already like this before.
| Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific: | ||
| <itemizedlist> | ||
| <listitem><para><literal>PDO::ATTR_CURSOR_NAME</literal> | ||
| <listitem><simpara><literal>PDO::ATTR_CURSOR_NAME</literal> |
| </term> | ||
| <listitem> | ||
| <para> | ||
| Defines DSN alias. See <methodname>PDO::__construct</methodname> for |
There was a problem hiding this comment.
For some reason docbook-cs didn't catch this. Will have to check this myself. But I will not bother you with it.
There was a problem hiding this comment.
Do you mean the para to simpara here? Is it ok to change it?
12d52b2 to
a8f7a0b
Compare
I tried to fix all grammar issues and typos that failed AI check. Most of the changes are superficial with only a few demanding a bigger rewrite. In particular, reference/mysqli/configure.xml was changed to reflect the up-to-date status.