From a1b1bb777c63383d960fa832f882684d8f6fee1c Mon Sep 17 00:00:00 2001 From: wapmorgan Date: Thu, 2 Feb 2017 23:04:22 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a63e9fd..e0a0098 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ string|array nameCase($name, $case = null, $gender = null) ``` Arguments: + - `$name` - full name as `Фамилия Имя` or `Фамилия Имя Отчество`. - `$case` - can be `null` or one of `Cases` constants. If constant, a string will be returned. If null, an array will be returned. - `$gender` - `NamesDeclension::MAN` or `NamesDeclension::WOMAN` or `null`.