Skip to content

Commit 7908616

Browse files
committed
Include (hopefully) full list of Subject component codes
1 parent ba20a6d commit 7908616

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Fields/Subject.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ class Subject extends Field implements FieldInterface, SubjectInterface
1313

1414
public static $glue = ' : ';
1515
public static $chopPunctuation = true;
16-
public static $termComponentCodes = ['a', 'b', 'x', 'y', 'z'];
16+
public static $termComponentCodes = [
17+
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'j', 'k', 'l', 'm',
18+
'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'x', 'y', 'z',
19+
];
1720

1821
const PERSONAL_NAME = '600';
1922
const CORPORATION_NAME = '601';

0 commit comments

Comments
 (0)