symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Post-install for Flysystem v2 gives wrong instructions

blowski opened this issue · comments

commented

Post-install text says:

  • Use the default storage immediately:
    public function __construct(FilesystemInterface $defaultStorage)

But in Flysystem 2 (which is now the default) it should say:

  • Use the default storage immediately:
    public function __construct(FilesystemOperator $defaultStorage)