1111 * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
1212 * @link http://cakephp.org CakePHP(tm) Project
1313 * @license http://www.opensource.org/licenses/mit-license.php MIT License
14- *
1514 */
1615namespace DebugKit \Cache \Engine ;
1716
@@ -143,7 +142,7 @@ protected function log(string $operation, float $duration, ?string $key = null):
143142 }
144143
145144 /**
146- * { @inheritDoc}
145+ * @inheritDoc
147146 */
148147 public function set ($ key , $ value , $ ttl = null ): bool
149148 {
@@ -158,7 +157,7 @@ public function set($key, $value, $ttl = null): bool
158157 }
159158
160159 /**
161- * { @inheritDoc}
160+ * @inheritDoc
162161 */
163162 public function setMultiple ($ data , $ ttl = null ): bool
164163 {
@@ -173,7 +172,7 @@ public function setMultiple($data, $ttl = null): bool
173172 }
174173
175174 /**
176- * { @inheritDoc}
175+ * @inheritDoc
177176 */
178177 public function get ($ key , $ default = null )
179178 {
@@ -192,7 +191,7 @@ public function get($key, $default = null)
192191 }
193192
194193 /**
195- * { @inheritDoc}
194+ * @inheritDoc
196195 */
197196 public function getMultiple ($ keys , $ default = null ): iterable
198197 {
@@ -207,7 +206,7 @@ public function getMultiple($keys, $default = null): iterable
207206 }
208207
209208 /**
210- * { @inheritDoc}
209+ * @inheritDoc
211210 */
212211 public function increment (string $ key , int $ offset = 1 )
213212 {
@@ -222,7 +221,7 @@ public function increment(string $key, int $offset = 1)
222221 }
223222
224223 /**
225- * { @inheritDoc}
224+ * @inheritDoc
226225 */
227226 public function decrement (string $ key , int $ offset = 1 )
228227 {
@@ -237,7 +236,7 @@ public function decrement(string $key, int $offset = 1)
237236 }
238237
239238 /**
240- * { @inheritDoc}
239+ * @inheritDoc
241240 */
242241 public function delete ($ key ): bool
243242 {
@@ -252,7 +251,7 @@ public function delete($key): bool
252251 }
253252
254253 /**
255- * { @inheritDoc}
254+ * @inheritDoc
256255 */
257256 public function deleteMultiple ($ data ): bool
258257 {
@@ -267,7 +266,7 @@ public function deleteMultiple($data): bool
267266 }
268267
269268 /**
270- * { @inheritDoc}
269+ * @inheritDoc
271270 */
272271 public function clear (): bool
273272 {
@@ -282,7 +281,7 @@ public function clear(): bool
282281 }
283282
284283 /**
285- * { @inheritDoc}
284+ * @inheritDoc
286285 */
287286 public function groups (): array
288287 {
@@ -316,7 +315,7 @@ public function setConfig($key, $value = null, $merge = true)
316315 }
317316
318317 /**
319- * { @inheritDoc}
318+ * @inheritDoc
320319 */
321320 public function clearGroup (string $ group ): bool
322321 {
0 commit comments