8000 [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 by mpdude · Pull Request #15929 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 #15929

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 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated docblock to take realpath() effects into consideration
  • Loading branch information
mpdude committed Sep 27, 2015
commit a6937925c5e0e2a7b54c2b71cb1ab542b5bd53db
2 changes: 1 addition & 1 deletion src/Symfony/Component/Config/Resource/FileResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __toString()
}

/**
* @return string The file path to the resource
* @return string|false The canonicalized, absolute path to the resource or false if the resource does not exist.
*/
public function getResource()
{
Expand Down
0