Passed
Pull Request — release-2.1 (#6592)
by Jeremy
04:41
created
Sources/LogInOut.php 1 patch
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -64,8 +64,7 @@  discard block
 block discarded – undo
64 64
 			&& !empty($_SERVER['HTTP_X_SMF_AJAX'])
65 65
 			&& isset($_REQUEST['ajax'])
66 66
 		)
67
-	)
68
-	{
67
+	) {
69 68
 		$context['from_ajax'] = true;
70 69
 		$context['template_layers'] = array();
71 70
 	}
@@ -137,8 +136,7 @@  discard block
 block discarded – undo
137 136
 			&& !empty($_SERVER['HTTP_X_SMF_AJAX'])
138 137
 			&& isset($_REQUEST['ajax'])
139 138
 		)
140
-	)
141
-	{
139
+	) {
142 140
 		$context['from_ajax'] = true;
143 141
 		$context['template_layers'] = array();
144 142
 	}
@@ -517,8 +515,7 @@  discard block
 block discarded – undo
517 515
 			&& !empty($_SERVER['HTTP_X_SMF_AJAX'])
518 516
 			&& isset($_REQUEST['ajax'])
519 517
 		)
520
-	)
521
-	{
518
+	) {
522 519
 		$context['from_ajax'] = true;
523 520
 		$context['template_layers'] = array();
524 521
 	}
Please login to merge, or discard this patch.
Sources/Security.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -1456,7 +1456,6 @@
 block discarded – undo
1456 1456
  *
1457 1457
  * @param string $url The url/domain/host we are attempting to vaalidate for the base domain.
1458 1458
  * @param bool $sub_domain (Default: false): When true it will lowest level of a domain off before performing any other logic.
1459
-
1460 1459
  * @since 2.1
1461 1460
  */
1462 1461
 function FindCorsBaseUrl($url, $sub_domain = false)
Please login to merge, or discard this patch.