Completed
Pull Request — master (#57)
by Patrick
02:53
created
src/CacheTool/Adapter/Web.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
+     * @param string $filename
46 47
      * @return string
47 48
      */
48 49
     protected function createWebFile($filename)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace CacheTool\Adapter;
13 13
 
14 14
 use CacheTool\Code;
15
-use GuzzleHttp\Client;
16
-use Symfony\Component\Process\Process;
17 15
 
18 16
 class Web extends AbstractAdapter
19 17
 {
Please login to merge, or discard this patch.