@@ -38,12 +38,12 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function generate(Individual $individual, Individual $head = null) { |
| 40 | 40 | switch ($individual->getSex()) { |
| 41 | - case 'M': |
|
| 42 | - return $this->male; |
|
| 43 | - case 'F': |
|
| 44 | - return $this->female; |
|
| 45 | - default: |
|
| 46 | - return ''; |
|
| 41 | + case 'M': |
|
| 42 | + return $this->male; |
|
| 43 | + case 'F': |
|
| 44 | + return $this->female; |
|
| 45 | + default: |
|
| 46 | + return ''; |
|
| 47 | 47 | } |
| 48 | 48 | } |
| 49 | 49 | } |