@@ -94,7 +94,7 @@ |
||
| 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 | } |
@@ -51,6 +51,6 @@ |
||
| 51 | 51 | } |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - return (string)$count; |
|
| 54 | + return (string) $count; |
|
| 55 | 55 | } |
| 56 | 56 | } |