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

ProtectedToPrivateFixer - Use backticks for visibility in description #2406

Merged
merged 1 commit into from Dec 17, 2016

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Dec 16, 2016

This PR

  • encloses protected and private in backticks in the description of the ProtectedToPrivateFixer

Follows #2400.

@localheinz
Copy link
Member Author

localheinz commented Dec 16, 2016

Actually, using single backticks has no effect for RST rendering, should we be using double backticks to have those rendered as code?

screen shot 2016-12-15 at 20 10 18

@keradus
Copy link
Member

keradus commented Dec 16, 2016

Single ones will be rendered as <cite>private</cite> in website html, but indeed github doesn't display them differently

@keradus
Copy link
Member

keradus commented Dec 16, 2016

i think we could handle this on readme generator

@keradus keradus added this to the v2.0.1 milestone Dec 17, 2016
@keradus keradus changed the title Fix: Use backticks for visibility in description ProtectedToPrivateFixer - Use backticks for visibility in description Dec 17, 2016
@keradus
Copy link
Member

keradus commented Dec 17, 2016

Thank you @localheinz.

@keradus keradus merged commit e8e15c6 into PHP-CS-Fixer:master Dec 17, 2016
keradus added a commit that referenced this pull request Dec 17, 2016
… description (localheinz)

This PR was merged into the 2.0-dev branch.

Discussion
----------

ProtectedToPrivateFixer - Use backticks for visibility in description

This PR

* [ ] encloses `protected` and `private` in backticks in the description of the `ProtectedToPrivateFixer`

Follows #2400.

Commits
-------

e8e15c6 Fix: Use backticks for visibility in description
@keradus
Copy link
Member

keradus commented Dec 17, 2016

@SpacePossum could you take a look at rst rendering issue ?

@localheinz
Copy link
Member Author

Thank you, @keradus!

@localheinz localheinz deleted the fix/protected-to-private branch December 17, 2016 15:43
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.

None yet

2 participants