Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Aug 8, 2017
1 parent 1217a55 commit 073072d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Russian/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use morphos\S;

/**
* Inflects the name to all / another cases.
* Inflects the name to all cases / one case.
* @param string $fullname Name in format: "L F" o "L M F", where L - last name, M - middl name, F - first name
* @param null|string $case Case to inflect to. If null, result will contain inflection to all cases.
* Should be one of {@link morphos\Cases} or {@link morphos\Russian\Cases} constants.
Expand Down
1 change: 1 addition & 0 deletions tests/Russian/LastNamesInflectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function immutableNamesProvider()
return [
['Фоминых', NamesInflection::MALE],
['Хитрово', NamesInflection::MALE],
['Бози', NamesInflection::MALE],
];
}
}

0 comments on commit 073072d

Please sign in to comment.