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

Flysystem write() is expecting an empty array #128

Open
cgsmith opened this issue Sep 1, 2021 · 0 comments
Open

Flysystem write() is expecting an empty array #128

cgsmith opened this issue Sep 1, 2021 · 0 comments

Comments

@cgsmith
Copy link

cgsmith commented Sep 1, 2021

https://github.com/thephpleague/flysystem-sftp/blob/2.x/SftpAdapter.php#L122

The $config should be an empty array to keep consistent with API. Currently if you use the SFTP Adapter it requires the Config object to be passed down.

The code will cause an error but only for SFTP Adapter
image

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

No branches or pull requests

1 participant