diff options
Diffstat (limited to 'app/Census/CensusColumnConditionFrenchFille.php')
| -rw-r--r-- | app/Census/CensusColumnConditionFrenchFille.php | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/app/Census/CensusColumnConditionFrenchFille.php b/app/Census/CensusColumnConditionFrenchFille.php index 37aee8dafb..8eb038cf8b 100644 --- a/app/Census/CensusColumnConditionFrenchFille.php +++ b/app/Census/CensusColumnConditionFrenchFille.php @@ -19,24 +19,25 @@ namespace Fisharebest\Webtrees\Census; /** * Marital status. */ -class CensusColumnConditionFrenchFille extends AbstractCensusColumnCondition { - /* Text to display for married individuals */ - protected $husband = ''; - protected $wife = ''; +class CensusColumnConditionFrenchFille extends AbstractCensusColumnCondition +{ + /* Text to display for married individuals */ + protected $husband = ''; + protected $wife = ''; - /* Text to display for unmarried individuals */ - protected $bachelor = ''; - protected $spinster = '1'; + /* Text to display for unmarried individuals */ + protected $bachelor = ''; + protected $spinster = '1'; - /* Text to display for children */ - protected $boy = ''; - protected $girl = '1'; + /* Text to display for children */ + protected $boy = ''; + protected $girl = '1'; - /* 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 = ''; - protected $widow = ''; + /* Text to display for widowed individuals */ + protected $widower = ''; + protected $widow = ''; } |
