diff options
Diffstat (limited to 'app/Census/CensusColumnConditionFrenchVeuf.php')
| -rw-r--r-- | app/Census/CensusColumnConditionFrenchVeuf.php | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/app/Census/CensusColumnConditionFrenchVeuf.php b/app/Census/CensusColumnConditionFrenchVeuf.php index 213fcc0d17..552a8b3687 100644 --- a/app/Census/CensusColumnConditionFrenchVeuf.php +++ b/app/Census/CensusColumnConditionFrenchVeuf.php @@ -19,24 +19,25 @@ namespace Fisharebest\Webtrees\Census; /** * Marital status. */ -class CensusColumnConditionFrenchVeuf extends AbstractCensusColumnCondition { - /* Text to display for married individuals */ - protected $husband = ''; - protected $wife = ''; +class CensusColumnConditionFrenchVeuf extends AbstractCensusColumnCondition +{ + /* Text to display for married individuals */ + protected $husband = ''; + protected $wife = ''; - /* Text to display for unmarried individuals */ - protected $bachelor = ''; - protected $spinster = ''; + /* Text to display for unmarried individuals */ + protected $bachelor = ''; + protected $spinster = ''; - /* Text to display for children */ - protected $boy = ''; - protected $girl = ''; + /* Text to display for children */ + protected $boy = ''; + protected $girl = ''; - /* Text to display for divorced individuals */ - protected $divorce = ''; - protected $divorcee = ''; + /* Text to display for divorced individuals */ + protected $divorce = ''; + protected $divorcee = ''; - /* Text to display for widowed individuals */ - protected $widower = '1'; - protected $widow = ''; + /* Text to display for widowed individuals */ + protected $widower = '1'; + protected $widow = ''; } |
