Completed
Branch master (ea7990)
by Olivier
03:03
created
lib/inflector.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -48,6 +48,7 @@
 block discarded – undo
48 48
 	 *
49 49
 	 * Note: Inflectors are shared for the same locale. If you need to alter an inflector you
50 50
 	 * MUST clone it first.
51
+	 * @param string $locale
51 52
 	 */
52 53
 	static public function get(string $locale = self::DEFAULT_LOCALE): self
53 54
 	{
Please login to merge, or discard this patch.