summaryrefslogtreecommitdiff
path: root/app/Census/CensusColumnChildrenBornAlive.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusColumnChildrenBornAlive.php')
-rw-r--r--app/Census/CensusColumnChildrenBornAlive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnChildrenBornAlive.php b/app/Census/CensusColumnChildrenBornAlive.php
index 7e1b3bd684..e726cca04a 100644
--- a/app/Census/CensusColumnChildrenBornAlive.php
+++ b/app/Census/CensusColumnChildrenBornAlive.php
@@ -32,7 +32,7 @@ class CensusColumnChildrenBornAlive extends AbstractCensusColumn implements Cens
*
* @return string
*/
- public function generate(Individual $individual, Individual $head = null)
+ public function generate(Individual $individual, Individual $head)
{
if ($individual->getSex() !== 'F') {
return '';