Skip to content

[Components][DomCrawler] Remove protected method getRawUri() #1837

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

Merged
merged 1 commit into from
Oct 23, 2012

Conversation

ajessu
Copy link
Contributor

@ajessu ajessu commented Oct 21, 2012

getRawUri() is a protected method, so it's not accesible and shouldn't be listed on the docs

https://github.com/symfony/symfony/blob/2.0/src/Symfony/Component/DomCrawler/Link.php#L137

The method it's still protected on master, so it applies to all doc branches:
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/DomCrawler/Link.php#L137

Also moved brief explanation of the method from the block to a "note" block so it's a bit more prominent 

getRawUri() is a protected method, so it's not accesible and shouldn't be listed on the docs

https://github.com/symfony/symfony/blob/2.0/src/Symfony/Component/DomCrawler/Link.php#L137

The method it's still protected on master, so it applies for all doc branches:
https://github.com/symfony/symfony/blob/master/src/Symfony/Component/DomCrawler/Link.php#L137

Also moved the comment to a "note" block so it's a bit more prominent 
weaverryan added a commit that referenced this pull request Oct 23, 2012
[Components][DomCrawler] Remove protected method getRawUri()
@weaverryan weaverryan merged commit d8386dd into symfony:2.0 Oct 23, 2012
@weaverryan
Copy link
Member

Hey Albert!

Ah yes, you're absolutely right! Nice fix, I like the way you've formatted things.

Thanks for the fix and the perfect PR!

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.

2 participants