Completed
Push — develop ( a42dca...7c41b0 )
by Greg
09:28
created
app/Census/CensusColumnSexMF.php 1 patch
Switch Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -38,12 +38,12 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.