Completed
Branch master (9e9157)
by Nikita
11:39
created
src/GameapAbstractAdapter.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
226 226
     /**
227 227
      * Set the password.
228 228
      *
229
-     * @param string $password
230 229
      *
231 230
      * @return $this
232 231
      */
Please login to merge, or discard this patch.
src/GameapAdapter.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.