1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-22 00:09:59 +01:00

Merge pull request #102 from krymen/prefixes-typos

Fixed prefixes typos in 'pl_PL' Person provider
This commit is contained in:
Francois Zaninotto 2013-01-12 06:20:22 -08:00
commit b8d04ad039

View File

@ -42,10 +42,10 @@ class Person extends \Faker\Provider\Person
'Nowacki', 'Borowski', 'Błaszczyk', 'Chojnacki', 'Ciesielski',
);
private static $prefix = array('mgr.','inż.', 'dr.', 'doc.');
private static $prefix = array('mgr','inż.', 'dr', 'doc.');
/**
* @example 'mgr.'
* @example 'mgr'
*/
public static function prefix()
{