Completed
Push — master ( 317004...e90e68 )
by Marco
09:43 queued 07:21
created
src/Comodojo/Cache/Interfaces/EnhancedCacheItemPoolInterface.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * Set provider in error state
62 62
      *
63
-     * @param bool $status
63
+     * @param bool $state
64 64
      *   Current status
65 65
      *
66 66
      * @param string $message
@@ -85,6 +85,9 @@  discard block
 block discarded – undo
85 85
 
86 86
     public function getNamespace();
87 87
 
88
+    /**
89
+     * @return \Comodojo\Cache\Traits\NamespaceTrait
90
+     */
88 91
     public function setNamespace($namespace);
89 92
 
90 93
     public function clearNamespace();
Please login to merge, or discard this patch.
src/Comodojo/SimpleCache/Interfaces/EnhancedSimpleCacheInterface.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * Set provider in error state
62 62
      *
63
-     * @param bool $status
63
+     * @param bool $state
64 64
      *   Current status
65 65
      *
66 66
      * @param string $message
@@ -85,6 +85,9 @@  discard block
 block discarded – undo
85 85
 
86 86
     public function getNamespace();
87 87
 
88
+    /**
89
+     * @return \Comodojo\Cache\Traits\NamespaceTrait
90
+     */
88 91
     public function setNamespace($namespace);
89 92
 
90 93
     public function clearNamespace();
Please login to merge, or discard this patch.
src/Comodojo/SimpleCache/Manager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -203,6 +203,9 @@
 block discarded – undo
203 203
 
204 204
     }
205 205
 
206
+    /**
207
+     * @param string $mode
208
+     */
206 209
     protected function selectFrom($mode, $key, $default = null) {
207 210
 
208 211
         if ( $this->pick_mode < 5 ) {
Please login to merge, or discard this patch.