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);
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}
You can’t perform that action at this time.
0 commit comments