diff --git a/CHANGELOG-5.5.md b/CHANGELOG-5.5.md index 8405b6f25da3..8083027d0c29 100644 --- a/CHANGELOG-5.5.md +++ b/CHANGELOG-5.5.md @@ -1,6 +1,6 @@ # Release Notes for 5.5.x -## [Unreleased] +## v5.5.34 (2018-02-06) ### Changed - Use path helpers in console commands ([#22971](https://github.com/laravel/framework/pull/22971)) diff --git a/src/Illuminate/Filesystem/FilesystemManager.php b/src/Illuminate/Filesystem/FilesystemManager.php index 37147b3f48ce..04c1bac53a30 100644 --- a/src/Illuminate/Filesystem/FilesystemManager.php +++ b/src/Illuminate/Filesystem/FilesystemManager.php @@ -252,7 +252,7 @@ protected function getRackspaceContainer(Rackspace $client, array $config) * * @param \League\Flysystem\AdapterInterface $adapter * @param array $config - * @return \League\Flysystem\FlysystemInterface + * @return \League\Flysystem\FilesystemInterface */ protected function createFlysystem(AdapterInterface $adapter, array $config) {