Test Setup Failed
Pull Request — master (#12)
by
unknown
04:39
created
src/CachedStream.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
      */
16 16
     private $content;
17 17
 
18
+    /**
19
+     * @param string $content
20
+     */
18 21
     public function __construct($content)
19 22
     {
20 23
         $this->content = $content;
Please login to merge, or discard this patch.
src/CacheHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Concat\Cache\Adapter\AdapterFactory;
6 6
 use Concat\Cache\CacheInterface;
7
-use Doctrine\Common\Cache\FilesystemCache;
8 7
 use GuzzleHttp\MessageFormatter;
9 8
 use GuzzleHttp\Promise\FulfilledPromise;
10 9
 use GuzzleHttp\Promise\PromiseInterface;
Please login to merge, or discard this patch.