@@ -56,24 +56,24 @@ discard block |
||
| 56 | 56 | class NullCache extends AbstractCache |
| 57 | 57 | { |
| 58 | 58 | /** |
| 59 | - * {@inheritdoc} |
|
| 60 | - */ |
|
| 59 | + * {@inheritdoc} |
|
| 60 | + */ |
|
| 61 | 61 | public function read(string $key, bool $unserialize = false): mixed |
| 62 | 62 | { |
| 63 | 63 | return false; |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | /** |
| 67 | - * {@inheritdoc} |
|
| 68 | - */ |
|
| 67 | + * {@inheritdoc} |
|
| 68 | + */ |
|
| 69 | 69 | public function exists(string $key): bool |
| 70 | 70 | { |
| 71 | 71 | return false; |
| 72 | 72 | } |
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | - * {@inheritdoc} |
|
| 76 | - */ |
|
| 75 | + * {@inheritdoc} |
|
| 76 | + */ |
|
| 77 | 77 | public function write(string $key, mixed $value, bool $serialize = false): bool |
| 78 | 78 | { |
| 79 | 79 | return true; |
@@ -81,8 +81,8 @@ discard block |
||
| 81 | 81 | |
| 82 | 82 | |
| 83 | 83 | /** |
| 84 | - * {@inheritdoc} |
|
| 85 | - */ |
|
| 84 | + * {@inheritdoc} |
|
| 85 | + */ |
|
| 86 | 86 | public function flush(bool $expired = false): bool |
| 87 | 87 | { |
| 88 | 88 | return true; |
@@ -53,8 +53,7 @@ |
||
| 53 | 53 | * @class NullCache |
| 54 | 54 | * @package Platine\Template\Cache |
| 55 | 55 | */ |
| 56 | -class NullCache extends AbstractCache |
|
| 57 | -{ |
|
| 56 | +class NullCache extends AbstractCache { |
|
| 58 | 57 | /** |
| 59 | 58 | * {@inheritdoc} |
| 60 | 59 | */ |