Skip to content

Commit a284c62

Browse files
CS fix
1 parent 0b53718 commit a284c62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cache/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
}

Tests/Service/ServiceSubscriberTraitTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function testParentNotCalledIfNoParent()
8383

8484
/**
8585
* @requires PHP 8
86+
*
8687
* @group legacy
8788
*/
8889
public function testMethodsWithUnionReturnTypesAreIgnored()

0 commit comments

Comments
 (0)