Passed
Push — release-2.1 ( bb7f39...4ba5dd )
by Mathias
06:31
created
Sources/Subs-Timezones.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1704,7 +1704,7 @@
 block discarded – undo
1704 1704
 		// Missing, but we have a fallback.
1705 1705
 		else
1706 1706
 		{
1707
-			usort($fallbacks[$tzid], function ($a, $b) {
1707
+			usort($fallbacks[$tzid], function($a, $b) {
1708 1708
 				return $a['ts'] > $b['ts'];
1709 1709
 			});
1710 1710
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1704,7 +1704,8 @@
 block discarded – undo
1704 1704
 		// Missing, but we have a fallback.
1705 1705
 		else
1706 1706
 		{
1707
-			usort($fallbacks[$tzid], function ($a, $b) {
1707
+			usort($fallbacks[$tzid], function ($a, $b)
1708
+			{
1708 1709
 				return $a['ts'] > $b['ts'];
1709 1710
 			});
1710 1711
 
Please login to merge, or discard this patch.