Fix singular phpdoc

This commit is contained in:
Antoine Lamirault
2024-05-20 18:41:11 +02:00
parent 89d535a70c
commit 50a9e64496

View File

@@ -21,7 +21,7 @@ interface FormRegistryInterface
/**
* Returns a form type by name.
*
* This methods registers the type extensions from the form extensions.
* This method registers the type extensions from the form extensions.
*
* @throws Exception\InvalidArgumentException if the type cannot be retrieved from any extension
*/