Skip to content

Add a class specificity for SplFileInfo text #6867

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

Closed
wants to merge 2 commits into from
Closed

Add a class specificity for SplFileInfo text #6867

wants to merge 2 commits into from

Conversation

rendler-denis
Copy link
Contributor

  • update text to differentiate between PHP's SplFileInfo and Symfony's SplFileInfo

- update text to differentiate between PHP's SplFileInfo and Symfony's SplFileInfo
@@ -41,7 +41,7 @@ directories::
}

The ``$file`` is an instance of :class:`Symfony\\Component\\Finder\\SplFileInfo`
which extends :phpclass:`SplFileInfo` to provide methods to work with relative
which extends PHP's own :phpclass:`\SplFileInfo` to provide methods to work with relative
Copy link
Member

Choose a reason for hiding this comment

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

the \ should be removed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Issue resolved :)
I added it just to provide a FQN context.

Remove additional backslash
@wouterj
Copy link
Member

wouterj commented Aug 11, 2016

👍

status: reviewed

@weaverryan
Copy link
Member

I like it! Thanks Denis!

weaverryan added a commit that referenced this pull request Aug 16, 2016
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6867).

Discussion
----------

Add a class specificity for SplFileInfo text

- update text to differentiate between PHP's SplFileInfo and Symfony's SplFileInfo

Commits
-------

923ce50 Remove additional backslash
f6a9464 Add a class specificity for SplFileInfo
@wouterj wouterj closed this Aug 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants