@@ -80,7 +80,7 @@ |
||
80 | 80 | * |
81 | 81 | * @throws CacheException MUST be thrown if the $key string is not a legal value. |
82 | 82 | */ |
83 | - public function set(string $key, mixed $value, int|DateInterval|null $ttl = null): bool; |
|
83 | + public function set(string $key, mixed $value, int | DateInterval | null $ttl = null): bool; |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * Delete an item from the cache by its unique key. |
@@ -87,7 +87,7 @@ |
||
87 | 87 | /** |
88 | 88 | * {@inheritdoc} |
89 | 89 | */ |
90 | - public function set(string $key, mixed $value, int|DateInterval|null $ttl = null): bool |
|
90 | + public function set(string $key, mixed $value, int | DateInterval | null $ttl = null): bool |
|
91 | 91 | { |
92 | 92 | if ($ttl === null) { |
93 | 93 | $ttl = $this->config->get('ttl'); |