-
Notifications
You must be signed in to change notification settings - Fork 869
Various fixes for even more interfaces #2560
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
Changes from all commits
44665eb
27a4ee8
8f966e8
31efda3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -35,9 +35,7 @@ | |||||
| </ooclass> | ||||||
|
|
||||||
| <classsynopsisinfo> | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Isn't this missing, or am I not understanding how the new markup should look?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So for the new markup generation to kick in, we want it to call Then once that's being called we also need the class attr set to interface - which changes the render from calling it a
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay, I'm going to group thoughts in the issues I opened to try and centralise stuff instead of me commenting left and right. |
||||||
| <oointerface> | ||||||
| <interfacename>Throwable</interfacename> | ||||||
| </oointerface> | ||||||
| <ooclass><classname>Throwable</classname></ooclass> | ||||||
|
|
||||||
| <oointerface> | ||||||
| <interfacename>Stringable</interfacename> | ||||||
|
|
||||||
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 do not do commit this change on its own since it's contrary to the output of gen_stub.php (the script which generates these markups). Please rather fix the script itself.
Uh oh!
There was an error while loading. Please reload this page.
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.
@kocsismate
Are there any docs or wiki pages somewhere detailing how to work with theOh my fault - for some reason I forgot this PR was attempting to fix both extension refs and language docs.gen_stub.phpscript? I have ran it before in the past onphp-srcbut am not sure how I would run that script for the extensions?