From 416e451328988fd612fec87882a7e20fe922621b Mon Sep 17 00:00:00 2001 From: George Haritonidis Date: Sun, 28 Jul 2013 17:13:05 +1000 Subject: [PATCH] Updated example docs --- src/Faker/Provider/el_GR/Person.php | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/Faker/Provider/el_GR/Person.php b/src/Faker/Provider/el_GR/Person.php index 5ef5b47e..fb9c4713 100644 --- a/src/Faker/Provider/el_GR/Person.php +++ b/src/Faker/Provider/el_GR/Person.php @@ -135,18 +135,10 @@ class Person extends \Faker\Provider\Person ); protected static $prefixMale = array('κος.', 'κ.'); - protected static $prefixFemale = array('δις.', 'δνις.', 'κα.', ); + protected static $prefixFemale = array('δις.', 'δνις.', 'κα.'); /** - * @example 'Mrs.' - */ - public static function prefix() - { - return static::randomElement(static::$prefixMale); - } - - /** - * @example 'Argus' + * @example 'Ηλίας' */ public static function firstNameMale() { @@ -154,7 +146,7 @@ class Person extends \Faker\Provider\Person } /** - * @example 'Magret' + * @example 'Μιράντα' */ public static function firstNameFemale() { @@ -162,7 +154,7 @@ class Person extends \Faker\Provider\Person } /** - * @example 'Herr' + * @example 'κ.' */ public static function prefixMale() { @@ -170,7 +162,7 @@ class Person extends \Faker\Provider\Person } /** - * @example 'Frau' + * @example 'κα.' */ public static function prefixFemale() {