Skip to content
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

get-debug-type.xml Make the example executable + tags #3755

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mmalferov
Copy link
Member

No description provided.

Comment on lines 168 to 172
echo get_debug_type(new class implements A {}) . PHP_EOL
, get_debug_type(new class implements A,B {}) . PHP_EOL
, get_debug_type(new class extends C {}) . PHP_EOL
, get_debug_type(new class extends C implements A {}) . PHP_EOL
;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indent here seems to be slightly off

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I would leave that as is; the leading commas are somwhat uncommon, and someone reading it, might suggest to change it again (we really should have a CS for the examples in the manual).

Maybe change the dots to commas, though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No there was an actual issue with the indent which was mixing tabs and spaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants