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

FileSystemInterface::prepareDirectory expects a bitmask as argument #100

Merged
merged 2 commits into from
May 21, 2023

Conversation

webflo
Copy link
Contributor

@webflo webflo commented May 12, 2023

FileSystemInterface::prepareDirectory uses a bitmask as argument.

CREATE_DIRECTORY and MODIFY_PERMISSIONS can be used together and PhpStorm metadata has support for this.

https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html#expected-arguments

webflo and others added 2 commits May 12, 2023 22:28
FileSystemInterface::prepareDirectory uses a bitmask as argument. 

CREATE_DIRECTORY and MODIFY_PERMISSIONS can be used together and PhpStorm metadata has support for this.
@Chi-teck Chi-teck merged commit 928aa8c into Chi-teck:3.x May 21, 2023
@Chi-teck
Copy link
Owner

Thank you.

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