Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1412 from eaglewu/patch-1
Browse files Browse the repository at this point in the history
Normalize name of variable
  • Loading branch information
fzaninotto authored Feb 2, 2018
2 parents 6f37421 + 3fdc38e commit d6e741d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Faker/Provider/el_GR/Company.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Company extends \Faker\Provider\Company
);


protected static $οbject = array(
protected static $object = array(
'Προγραμματιστής',
'Δικηγόρος',
'Γιατρός',
Expand Down Expand Up @@ -79,6 +79,6 @@ public static function doy()
*/
public static function object()
{
return static::randomElement(static::$οbject);
return static::randomElement(static::$object);
}
}

0 comments on commit d6e741d

Please sign in to comment.