Completed
Push — master ( 106f43...23f28a )
by mehdi
02:19
created
src/CalendarSettings/Shamsi.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,9 @@
 block discarded – undo
131 131
 
132 132
     foreach( $config['month_days_number'] as $_month => $value ) {
133 133
 
134
-      if ( $_month < $month ) $result += $value;
134
+      if ( $_month < $month ) {
135
+        $result += $value;
136
+      }
135 137
 
136 138
     }
137 139
 
Please login to merge, or discard this patch.