8000 [CS] Remove @inheritdoc PHPDoc · symfony/cache-contracts@a74b8f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a74b8f6

Browse files
committed
[CS] Remove @inheritdoc PHPDoc
1 parent 2eeee07 commit a74b8f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CacheTrait.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ class_exists(InvalidArgumentException::class);
2525
*/
2626
trait CacheTrait
2727
{
28-
/**
29-
* {@inheritdoc}
30-
*/
3128
public function get(string $key, callable $callback, float $beta = null, array &$metadata = null): mixed
3229
{
3330
return $this->doGet($this, $key, $callback, $beta, $metadata);
3431
}
3532

36-
/**
37-
* {@inheritdoc}
38-
*/
3933
public function delete(string $key): bool
4034
{
4135
return $this->deleteItem($key);

0 commit comments

Comments
 (0)
0