@@ -15,6 +15,9 @@  | 
                                                    ||
| 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;  | 
                                                        
@@ -4,7 +4,6 @@  | 
                                                    ||
| 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;  |