Skip to content

[Config] Fix FileResource usages #17684

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 1 commit into from

Conversation

nicolas-grekas
Copy link
Member

Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #17598
License MIT
Doc PR -

Once merged up to master, this should make tests green there.

@@ -260,7 +260,9 @@ public function addClassResource(\ReflectionClass $class)
}

do {
$this->addResource(new FileResource($class->getFileName()));
if (file_exists($class->getFileName())) {
Copy link
Member Author

Choose a reason for hiding this comment

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

this one can be applied to 2.3 but I'd like a review of this PR before

@stloyd
Copy link
Contributor

stloyd commented Feb 4, 2016

Duplicate of #17672, #17673

@nicolas-grekas nicolas-grekas deleted the fix-master branch February 4, 2016 13:52
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.

3 participants