We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b8316 commit f9c54a6Copy full SHA for f9c54a6
Response.php
@@ -777,7 +777,7 @@ public function getMaxAge(): ?int
777
/**
778
* Sets the number of seconds after which the response should no longer be considered fresh.
779
*
780
- * This methods sets the Cache-Control max-age directive.
+ * This method sets the Cache-Control max-age directive.
781
782
* @return $this
783
@@ -825,7 +825,7 @@ public function setStaleWhileRevalidate(int $value): static
825
826
* Sets the number of seconds after which the response should no longer be considered fresh by shared caches.
827
828
- * This methods sets the Cache-Control s-maxage directive.
+ * This method sets the Cache-Control s-maxage directive.
829
830
831
0 commit comments