Skip to content

Commit

Permalink
Fix incorrect League Filesystem interface docblock (#23051)
Browse files Browse the repository at this point in the history
Fixes a docblock return value to the correct `League\Flysystem\FilesystemInterface` inside `FilesystemManager::createFlysystem()`.
  • Loading branch information
AkenRoberts authored and taylorotwell committed Feb 7, 2018
1 parent 9cc43ee commit b8c0e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FilesystemManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b8c0e36

Please sign in to comment.