Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrfel committed May 8, 2015
1 parent 993432d commit e2c52b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapper/LastnameMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use TheIconic\NameParser\Part\Lastname;
use TheIconic\NameParser\Part\Suffix;

class FirstnameMapper
class LastnameMapper
{

protected $prefixes = [
Expand Down
5 changes: 5 additions & 0 deletions src/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
namespace TheIconic\NameParser;

use TheIconic\NameParser\Part\AbstractPart;
use TheIconic\NameParser\Mapper\SalutationMapper;
use TheIconic\NameParser\Mapper\SuffixMapper;
use TheIconic\NameParser\Mapper\InitialMapper;
use TheIconic\NameParser\Mapper\LastnameMapper;
use TheIconic\NameParser\Mapper\FirstnameMapper;

class Parser
{
Expand Down

0 comments on commit e2c52b2

Please sign in to comment.