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

[5.5] Fix compatibility between FilesystemAdapter and the Filesystem interface #19389

Merged
merged 4 commits into from
May 30, 2017
Merged

[5.5] Fix compatibility between FilesystemAdapter and the Filesystem interface #19389

merged 4 commits into from
May 30, 2017

Conversation

themsaid
Copy link
Member

As mentioned in this issue: #19270

The PR adjusts the interface and the implementation to match the exact signature.

* @return bool
*/
public function put($path, $contents, $visibility = null);
public function put($path, $contents, $visibility = []);
Copy link
Member

Choose a reason for hiding this comment

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

Now this doesn't match the doc block?

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed the variable name.

Copy link

@soderluk soderluk left a comment

Choose a reason for hiding this comment

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

LGTM

@taylorotwell taylorotwell merged commit 948be69 into laravel:master May 30, 2017
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.

None yet

4 participants