File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929class TaggablePSR6ItemAdapter implements TaggableCacheItemInterface
3030{
3131 /**
32- * @var bool
32+ * @type bool
3333 */
3434 private $ initialized = false ;
3535
3636 /**
37- * @var CacheItemInterface
37+ * @type CacheItemInterface
3838 */
3939 private $ cacheItem ;
4040
4141 /**
42- * @var array<string>
42+ * @type array<string>
4343 */
4444 private $ prevTags = [];
4545
4646 /**
47- * @var array<string>
47+ * @type array<string>
4848 */
4949 private $ tags = [];
5050
@@ -115,7 +115,7 @@ public function set($value)
115115
116116 $ this ->cacheItem ->set ([
117117 'value ' => $ value ,
118- 'tags ' => $ this ->tags ,
118+ 'tags ' => $ this ->tags ,
119119 ]);
120120
121121 return $ this ;
@@ -202,7 +202,7 @@ private function updateTags()
202202 {
203203 $ this ->cacheItem ->set ([
204204 'value ' => $ this ->get (),
205- 'tags ' => $ this ->tags ,
205+ 'tags ' => $ this ->tags ,
206206 ]);
207207 }
208208
Original file line number Diff line number Diff line change 4040class TaggablePSR6PoolAdapter implements TaggableCacheItemPoolInterface
4141{
4242 /**
43- * @var CacheItemPoolInterface
43+ * @type CacheItemPoolInterface
4444 */
4545 private $ cachePool ;
4646
4747 /**
48- * @var CacheItemPoolInterface
48+ * @type CacheItemPoolInterface
4949 */
5050 private $ tagStorePool ;
5151
You can’t perform that action at this time.
0 commit comments