Set explicit visibility on class constants

This commit is contained in:
2024-06-11 22:15:59 +02:00
parent 8c8ead0a02
commit 25e5e954b4
40 changed files with 88 additions and 88 deletions

View File

@@ -13,7 +13,7 @@ declare(strict_types = 1);
*/
final class MDActorVariantTypesSet extends MDValueSet {
const ACTOR_VARIANT_TYPES = [
public const ACTOR_VARIANT_TYPES = [
'',
'birth_name',
'civil_name',