Skip to content

Commit 50a9e64

Browse files
committedMay 20, 2024
Fix singular phpdoc
1 parent 89d535a commit 50a9e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎FormRegistryInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interface FormRegistryInterface
2121
/**
2222
* Returns a form type by name.
2323
*
24-
* This methods registers the type extensions from the form extensions.
24+
* This method registers the type extensions from the form extensions.
2525
*
2626
* @throws Exception\InvalidArgumentException if the type cannot be retrieved from any extension
2727
*/

0 commit comments

Comments
 (0)
Please sign in to comment.