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.
@return
1 parent ed613a5 commit 3953d3eCopy full SHA for 3953d3e
Inflector/InflectorInterface.php
@@ -18,7 +18,7 @@ interface InflectorInterface
18
*
19
* If the method can't determine the form with certainty, several possible singulars are returned.
20
21
- * @return string[] An array of possible singular forms
+ * @return string[]
22
*/
23
public function singularize(string $plural): array;
24
@@ -27,7 +27,7 @@ public function singularize(string $plural): array;
27
28
* If the method can't determine the form with certainty, several possible plurals are returned.
29
30
- * @return string[] An array of possible plural forms
31
32
public function pluralize(string $singular): array;
33
}
0 commit comments