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 @.
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@
.