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 #1561 from SpadXIII/master
Browse files Browse the repository at this point in the history
Make $suffix protected not private
  • Loading branch information
fzaninotto authored Aug 24, 2018
2 parents 21e784f + 1dfe378 commit bbb5fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/nl_NL/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Person extends \Faker\Provider\Person
'mr.', 'dr.', 'ir.', 'drs', 'bacc.', 'kand.', 'dr.h.c.', 'prof.', 'ds.', 'ing.', 'bc.'
);

private static $suffix = array(
protected static $suffix = array(
'BA', 'Bsc', 'LLB', 'LLM', 'MA', 'Msc', 'MPhil', 'D', 'PhD', 'AD', 'B', 'M'
);

Expand Down

0 comments on commit bbb5fde

Please sign in to comment.