File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ public function getAlias(string $id): Alias
880
880
/**
881
881
* Registers a service definition.
882
882
*
883
- * This methods allows for simple registration of service definition
883
+ * This method allows for simple registration of service definition
884
884
* with a fluid interface.
885
885
*/
886
886
public function register (string $ id , ?string $ class = null ): Definition
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ interface FormRegistryInterface
21
21
/**
22
22
* Returns a form type by name.
23
23
*
24
- * This methods registers the type extensions from the form extensions.
24
+ * This method registers the type extensions from the form extensions.
25
25
*
26
26
* @throws Exception\InvalidArgumentException if the type cannot be retrieved from any extension
27
27
*/
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ public function getMaxAge(): ?int
777
777
/**
778
778
* Sets the number of seconds after which the response should no longer be considered fresh.
779
779
*
780
- * This methods sets the Cache-Control max-age directive.
780
+ * This method sets the Cache-Control max-age directive.
781
781
*
782
782
* @return $this
783
783
*
@@ -825,7 +825,7 @@ public function setStaleWhileRevalidate(int $value): static
825
825
/**
826
826
* Sets the number of seconds after which the response should no longer be considered fresh by shared caches.
827
827
*
828
- * This methods sets the Cache-Control s-maxage directive.
828
+ * This method sets the Cache-Control s-maxage directive.
829
829
*
830
830
* @return $this
831
831
*
You can’t perform that action at this time.
0 commit comments