Completed
Push — develop ( a42dca...7c41b0 )
by Greg
09:28
created
app/Census/AbstractCensusColumnCondition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
 	 * @return bool
95 95
 	 */
96 96
 	private function isChild(Individual $individual) {
97
-		$age = (int)Date::getAge($individual->getEstimatedBirthDate(), $this->date(), 0);
97
+		$age = (int) Date::getAge($individual->getEstimatedBirthDate(), $this->date(), 0);
98 98
 
99 99
 		return $age < $this->age_adult;
100 100
 	}
Please login to merge, or discard this patch.
app/Census/CensusColumnChildrenDied.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,6 +51,6 @@
 block discarded – undo
51 51
 			}
52 52
 		}
53 53
 
54
-		return (string)$count;
54
+		return (string) $count;
55 55
 	}
56 56
 }
Please login to merge, or discard this patch.