File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ public function supports(ResourceInterface $metadata);
39
39
/**
40
40
* Validates the resource.
41
41
*
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
44
44
*
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
46
46
*/
47
47
public function isFresh (ResourceInterface $ resource , $ timestamp );
48
48
}
You can’t perform that action at this time.
0 commit comments