-
Notifications
You must be signed in to change notification settings - Fork 807
Regenerate ext/mysqli class and method synopses from stubs #1271
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
7d6926d
to
507f60d
Compare
@@ -0,0 +1,57 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
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.
This documentation is incomplete, so any help is welcome
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.
There's very little point in documenting this as it's not really usable on its own. But if we are documenting, can you make an entry in the versions.xml file, please?
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.
In my opinion, it is very import to document that this is not usable on its own (and that it's only meaninful for internal usage).
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.
Alright, I'll try to come up with a suitable description (I was't aware that the constructor is not usable on its own until now).
reference/mysqli/mysqli/init.xml
Outdated
@@ -40,7 +40,7 @@ | |||
<refsect1 role="returnvalues"> | |||
&reftitle.returnvalues; | |||
<para> | |||
Returns an object. | |||
Returns &null; on success, &return.falseforfailure;. |
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.
Both are correct. We should keep both or maybe just split the page into two separate entries.
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.
Ahh, I didn't realize that both the procedural and the OOP version is documented on the same page. I'll simply keep both for now, and then a followup fix can do further changes.
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.
Yep, that's a mess, but splitting into multiple pages might not the best solution, either.
@@ -0,0 +1,57 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
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.
There's very little point in documenting this as it's not really usable on its own. But if we are documenting, can you make an entry in the versions.xml file, please?
cdba300
to
a424c68
Compare
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
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.
Thanks. I don't see any other issues.
Thank you for the review! |
Follow-up to #301