Skip to content

Commit 9aa22c2

Browse files
committed
Corrected createFromAdapter @return
1 parent 190ddbb commit 9aa22c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Filesystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static function create(LoopInterface $loop, array $options = [])
3232

3333
/**
3434
* @param AdapterInterface $adapter
35-
* @return static
35+
* @return FilesystemInterface
3636
*/
3737
public static function createFromAdapter(AdapterInterface $adapter)
3838
{

0 commit comments

Comments
 (0)