8000 CS fix · symfony/cache-contracts@e8b41ff · GitHub
[go: up one dir, main page]

Skip to content

Commit e8b41ff

CS fix
1 parent 3175279 commit e8b41ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CacheInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public function get(string $key, callable $callback, float $beta = null, array &
4949
*
5050
* @param string $key The key to delete
5151
*
52-
* @throws InvalidArgumentException When $key is not valid
53-
*
5452
* @return bool True if the item was successfully removed, false if there was any error
53+
*
54+
* @throws InvalidArgumentException When $key is not valid
5555
*/
5656
public function delete(string $key): bool;
5757
}

0 commit comments

Comments
 (0)
0