@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | /** |
76 | - * @return GDaemonFiles |
|
76 | + * @return GdaemonFiles |
|
77 | 77 | */ |
78 | 78 | public function getConnection() |
79 | 79 | { |
@@ -226,7 +226,6 @@ discard block |
||
226 | 226 | /** |
227 | 227 | * Set the password. |
228 | 228 | * |
229 | - * @param string $password |
|
230 | 229 | * |
231 | 230 | * @return $this |
232 | 231 | */ |
@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace Knik\Flysystem\Gameap; |
4 | 4 | |
5 | -use League\Flysystem\Config; |
|
6 | -use League\Flysystem\Util; |
|
7 | 5 | use InvalidArgumentException; |
8 | 6 | use League\Flysystem\AdapterInterface; |
7 | +use League\Flysystem\Config; |
|
8 | +use League\Flysystem\Util; |
|
9 | 9 | |
10 | 10 | class GameapAdapter extends GameapAbstractAdapter |
11 | 11 | { |