Completed
Push — master ( bd609f...562b48 )
by Gabriel
04:21 queued 11s
created
legacy/Manager.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      * @param $cacheId
157 157
      * @param $data
158 158
      *
159
-     * @return bool
159
+     * @return boolean|null
160 160
      */
161 161
     public function saveData($cacheId, $data)
162 162
     {
@@ -167,10 +167,10 @@  discard block
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-     * @param $file
171
-     * @param $content
170
+     * @param string $file
171
+     * @param string $content
172 172
      *
173
-     * @return bool
173
+     * @return boolean|null
174 174
      */
175 175
     public function save($file, $content)
176 176
     {
Please login to merge, or discard this patch.
src/Traits/HasRepositoryTrait.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-     * @param $name
45
+     * @param string $name
46 46
      * @return Repository
47 47
      */
48 48
     protected function resolve($name)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Nip\Cache\Traits;
4 4
 
5
-use Nip\Cache\Pools;
6
-
7 5
 /**
8 6
  * Trait HasRepositoryTrait
9 7
  * @package Nip\Cache\Traits
Please login to merge, or discard this patch.