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

Fixed prefixes typos in 'pl_PL' Person provider

This commit is contained in:
Krzysztof Menżyk 2013-01-11 13:40:39 +01:00
parent f5a9a4f78d
commit 2c51fec4dc

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()
{