You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument 2 passed to League\Flysystem\Local\LocalFilesystemAdapter::__construct() must implement interface League\Flysystem\UnixVisibility\VisibilityConverter or be null, string given.
It does not check if visibilityConverter is a service. It always passes a string value to the constructor. Useless option.
Same if service is provided with @ or without @.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
Argument 2 passed to League\Flysystem\Local\LocalFilesystemAdapter::__construct() must implement interface League\Flysystem\UnixVisibility\VisibilityConverter or be null, string given.
How to reproduce
Use the following configuration
It does not check if visibilityConverter is a service. It always passes a string value to the constructor. Useless option.
Same if service is provided with
@
or without@
.The text was updated successfully, but these errors were encountered: