Skip to content

Commit 0926e69

Browse files
committed
fixed CS
1 parent 341fef4 commit 0926e69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ResourceCheckerInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ public function supports(ResourceInterface $metadata);
3939
/**
4040
* Validates the resource.
4141
*
42-
* @param ResourceInterface $resource The resource to be validated.
43-
* @param int $timestamp The timestamp at which the cache associated with this resource was created.
42+
* @param ResourceInterface $resource The resource to be validated
43+
* @param int $timestamp The timestamp at which the cache associated with this resource was created
4444
*
45-
* @return bool True if the resource has not changed since the given timestamp, false otherwise.
45+
* @return bool True if the resource has not changed since the given timestamp, false otherwise
4646
*/
4747
public function isFresh(ResourceInterface $resource, $timestamp);
4848
}

0 commit comments

Comments
 (0)