Skip to content

Commit f9c54a6

Browse files
committed
Fix singular phpdoc
1 parent e9b8316 commit f9c54a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ public function getMaxAge(): ?int
777777
/**
778778
* Sets the number of seconds after which the response should no longer be considered fresh.
779779
*
780-
* This methods sets the Cache-Control max-age directive.
780+
* This method sets the Cache-Control max-age directive.
781781
*
782782
* @return $this
783783
*
@@ -825,7 +825,7 @@ public function setStaleWhileRevalidate(int $value): static
825825
/**
826826
* Sets the number of seconds after which the response should no longer be considered fresh by shared caches.
827827
*
828-
* This methods sets the Cache-Control s-maxage directive.
828+
* This method sets the Cache-Control s-maxage directive.
829829
*
830830
* @return $this
831831
*

0 commit comments

Comments
 (0)