Passed
Push — release-2.1 ( 0e5bfc...908430 )
by Mathias
07:53 queued 12s
created
cron.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
 {
311 311
 	/**
312 312
 	 * Constants for notification types.
313
-	*/
313
+	 */
314 314
 	const RECEIVE_NOTIFY_EMAIL = 0x02;
315 315
 	const RECEIVE_NOTIFY_ALERT = 0x01;
316 316
 
Please login to merge, or discard this patch.
Sources/Profile-View.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -742,7 +742,7 @@
 block discarded – undo
742 742
 				'icon' => 'move',
743 743
 			),
744 744
 			'quickmod' => array(
745
-    			'class' => 'inline_mod_check',
745
+				'class' => 'inline_mod_check',
746 746
 				'content' => '<input type="checkbox" name="mark[' . $id . ']" value="' . $id . '">',
747 747
 				'show' => $context['showCheckboxes']
748 748
 			)
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.
Sources/News.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2205,7 +2205,7 @@
 block discarded – undo
2205 2205
 					function($a, $b)
2206 2206
 					{
2207 2207
 						if ($a['filesize'] == $b['filesize'])
2208
-					        return 0;
2208
+							return 0;
2209 2209
 
2210 2210
 						return ($a['filesize'] < $b['filesize']) ? -1 : 1;
2211 2211
 					}
Please login to merge, or discard this patch.