jzonta / FakerRestaurant

Food and Beverage names generate using fakerphp/faker
MIT License
90 stars 38 forks source link

Duplicate entries in arrays #13

Closed henri9813 closed 4 years ago

henri9813 commented 5 years ago

Hello,

They are some duplicated values

    protected static $dairyNames = [
        'Butter',
        'Egg',
        'Milk',
        'Cheese',
        'Sour cream',
        'Mozzarella',
        'Yogurt',
        'Cream',
        'Milk',
        'Custard',
    ];

Also, Cream and Custard are the same thing no ? And Egg is not a dairy product ? Hot dog is not a meat ?

To avoid theses problems can we force array to be alphabetical sorted ?

jzonta commented 5 years ago

You can make any corrections you think necessary and resubmit. Please remember to change the composer to a new version, currently it is in 1.1.0, you can change it to 1.1.1

Thank you

jzonta commented 4 years ago

Long time without interaction