Skip to content

Commit

Permalink
Fix singular phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault committed May 20, 2024
1 parent e9b8316 commit f9c54a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ public function getMaxAge(): ?int
/**
* Sets the number of seconds after which the response should no longer be considered fresh.
*
* This methods sets the Cache-Control max-age directive.
* This method sets the Cache-Control max-age directive.
*
* @return $this
*
Expand Down Expand Up @@ -825,7 +825,7 @@ public function setStaleWhileRevalidate(int $value): static
/**
* Sets the number of seconds after which the response should no longer be considered fresh by shared caches.
*
* This methods sets the Cache-Control s-maxage directive.
* This method sets the Cache-Control s-maxage directive.
*
* @return $this
*
Expand Down

0 comments on commit f9c54a6

Please sign in to comment.