mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-07 05:01:53 +02:00
[ticket/15287] Factory to build storage from DI * github.com:phpbb/phpbb: [ticket/15287] Change adapter to provider in config_name [ticket/15287] Launch exception if storage is not available [ticket/15287] Add is_available method [ticket/15287] Fix annotation return type [ticket/15287] Fix variable name [ticket/15287] Fix method name [ticket/15287] Ensures that the target file directory exists [ticket/15287] Rename class [ticket/15287] Load the adapter lazily [ticket/15287] Travis [ticket/15287] Remove unused argument [ticket/15287] Travis [ticket/15287] Fix code style [ticket/15287] Add PHPDoc [ticket/15287] Remove unused services [ticket/15287] Add filespec for storage [ticket/15287] Add services [ticket/15287] Update test [ticket/15287] Apply suggested change [ticket/15287] Update storage