summaryrefslogtreecommitdiff
path: root/app/Census/CensusColumnConditionFrenchGarcon.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusColumnConditionFrenchGarcon.php')
-rw-r--r--app/Census/CensusColumnConditionFrenchGarcon.php33
1 files changed, 17 insertions, 16 deletions
diff --git a/app/Census/CensusColumnConditionFrenchGarcon.php b/app/Census/CensusColumnConditionFrenchGarcon.php
index 9b82fc78d3..0464fd3d3e 100644
--- a/app/Census/CensusColumnConditionFrenchGarcon.php
+++ b/app/Census/CensusColumnConditionFrenchGarcon.php
@@ -19,24 +19,25 @@ namespace Fisharebest\Webtrees\Census;
/**
* Marital status.
*/
-class CensusColumnConditionFrenchGarcon extends AbstractCensusColumnCondition {
- /* Text to display for married individuals */
- protected $husband = '';
- protected $wife = '';
+class CensusColumnConditionFrenchGarcon extends AbstractCensusColumnCondition
+{
+ /* Text to display for married individuals */
+ protected $husband = '';
+ protected $wife = '';
- /* Text to display for unmarried individuals */
- protected $bachelor = '1';
- protected $spinster = '';
+ /* Text to display for unmarried individuals */
+ protected $bachelor = '1';
+ protected $spinster = '';
- /* Text to display for children */
- protected $boy = '1';
- protected $girl = '';
+ /* Text to display for children */
+ protected $boy = '1';
+ 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 = '';
- protected $widow = '';
+ /* Text to display for widowed individuals */
+ protected $widower = '';
+ protected $widow = '';
}