flysystem-bundle icon indicating copy to clipboard operation
flysystem-bundle copied to clipboard

Fix typo in read_only option doc reference

Open dsiemensma-framna opened this issue 2 months ago • 0 comments

I got an error when following the docs:

"Unrecognized option "readonly" under "flysystem.storages.legacy.upload.storage". Did you mean "read_only"?"

It seems that the docs refer to readonly, but the code to read_only.

  • https://github.com/thephpleague/flysystem-bundle/blob/3.x/src/DependencyInjection/Configuration.php#L56
  • https://github.com/thephpleague/flysystem-bundle/blob/3.x/src/DependencyInjection/FlysystemExtension.php#L73

This will fix the docs.

dsiemensma-framna avatar Dec 22 '25 08:12 dsiemensma-framna