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

Provide path to PHP Storm stubs directory #541

Conversation

michaeljoelphillips
Copy link
Contributor

@michaeljoelphillips michaeljoelphillips commented Feb 17, 2020

Allows for the stubsDirectory to be optionally specified during the construction of PhpStormStubsSourceStubber, so as to avoid calls to is_dir in stream contexts where is_dir is not implemented by a stream wrapper.

This resolves a use case where BR is packaged in a phar, but the stubs directory (i.e. phar:///tmp/app.phar/vendor/jetbrains/phpstorm-stubs) cannot be located due to is_dir returning false behind the phar stream wrapper. Because the stubs directory path is known, the path can be provided to the constructor instead of having to be resolved at runtime.

@Ocramius Ocramius added this to the 4.0.0 milestone Feb 18, 2020
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@michaeljoelphillips
Copy link
Contributor Author

Closing, please see #550 for more info.

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.

None yet

2 participants