Passed
Push — release-2.1 ( 1602b6...2a2cac )
by John
05:28 queued 12s
created
index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 	require_once($sourcedir . '/Subs-Compat.php');
83 83
 
84 84
 // If $maintenance is set specifically to 2, then we're upgrading or something.
85
-if (!empty($maintenance) &&  2 === $maintenance)
85
+if (!empty($maintenance) && 2 === $maintenance)
86 86
 {
87 87
 	display_maintenance_message();
88 88
 }
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
  *
99 99
  * @param string $class The fully-qualified class name.
100 100
  */
101
-spl_autoload_register(function ($class) use ($sourcedir)
101
+spl_autoload_register(function($class) use ($sourcedir)
102 102
 {
103 103
 	$classMap = array(
104 104
 		'ReCaptcha\\' => 'ReCaptcha/',
Please login to merge, or discard this patch.