Completed
Pull Request — master (#23)
by Pascal
05:28
created
src/Itkg/Consumer/Listener/CacheControlListener.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,15 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace Itkg\Consumer\Listener;
4 4
 
5
-use Itkg\Consumer\Cache\ServiceCacheQueueReaderInterface;
6 5
 use Itkg\Consumer\Cache\ServiceCacheQueueWriterInterface;
7 6
 use Itkg\Consumer\Cache\WarmupQueue;
8 7
 use Itkg\Consumer\Event\ServiceCacheEvents;
9 8
 use Itkg\Consumer\Event\ServiceEvent;
10 9
 use Itkg\Consumer\Service\AbstractService;
11 10
 use Itkg\Consumer\Service\ServiceCacheableInterface;
12
-use Itkg\Core\Cache\AdapterInterface;
13
-use Itkg\Core\Cache\CacheableData;
14 11
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
15 12
 
16 13
 /**
Please login to merge, or discard this patch.
src/Itkg/Consumer/Service/Service.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,9 +106,9 @@
 block discarded – undo
106 106
     /**
107 107
      * Get option by key
108 108
      *
109
-     * @param $key
109
+     * @param string $key
110 110
      *
111
-     * @return mixed
111
+     * @return string
112 112
      */
113 113
     public function getOption($key)
114 114
     {
Please login to merge, or discard this patch.