From 1dfe378a82e542a9c9142ee8b41a05434cbae3dc Mon Sep 17 00:00:00 2001 From: Caspar Dunant Date: Mon, 20 Aug 2018 11:26:18 +0200 Subject: [PATCH] Make protected not private --- src/Faker/Provider/nl_NL/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Faker/Provider/nl_NL/Person.php b/src/Faker/Provider/nl_NL/Person.php index 0bd09a44e4..10b37f5212 100644 --- a/src/Faker/Provider/nl_NL/Person.php +++ b/src/Faker/Provider/nl_NL/Person.php @@ -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' );