Skip to content

Commit 10acfef

Browse files
CS fixes
1 parent 9f25727 commit 10acfef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cache/CacheInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public function get(string $key, callable $callback, float $beta = null, array &
4747
*
4848
* @param string $key The key to delete
4949
*
50-
* @throws InvalidArgumentException When $key is not valid
51-
*
5250
* @return bool True if the item was successfully removed, false if there was any error
51+
*
52+
* @throws InvalidArgumentException When $key is not valid
5353
*/
5454
public function delete(string $key): bool;
5555
}

0 commit comments

Comments
 (0)