. */ declare(strict_types=1); namespace Fisharebest\Webtrees\Census; /** * The individual's sex. */ class CensusColumnSexMK extends CensusColumnSexMF { /** @var string Text to display for female individuals */ protected $female = 'K'; }