Passed
Push — master ( 325b32...9040d9 )
by Ayesh
01:29
created
src/Parser.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,8 +94,7 @@
 block discarded – undo
94 94
     if ($birth_days_since > 500) {
95 95
       $birth_days_since -= 500;
96 96
       $this->data_components['gender'] = 'F';
97
-    }
98
-    else {
97
+    } else {
99 98
       $this->data_components['gender'] = 'M';
100 99
     }
101 100
 
Please login to merge, or discard this patch.