diff options
Diffstat (limited to 'app/Census/CensusColumnMotherBirthPlaceSimple.php')
| -rw-r--r-- | app/Census/CensusColumnMotherBirthPlaceSimple.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnMotherBirthPlaceSimple.php b/app/Census/CensusColumnMotherBirthPlaceSimple.php index 16abf5b185..bed239a092 100644 --- a/app/Census/CensusColumnMotherBirthPlaceSimple.php +++ b/app/Census/CensusColumnMotherBirthPlaceSimple.php @@ -31,7 +31,7 @@ class CensusColumnMotherBirthPlaceSimple extends CensusColumnMotherBirthPlace im * * @return string */ - public function generate(Individual $individual, Individual $head = null) + public function generate(Individual $individual, Individual $head) { return $this->lastPartOfPlace(parent::generate($individual, $head)); } |
