Passed
Push — master ( acf75d...995929 )
by Paul
03:41
created
blackbar.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -16,16 +16,16 @@
 block discarded – undo
16 16
  * Domain Path: languages
17 17
  */
18 18
 
19
-defined( 'WPINC' ) || die;
19
+defined('WPINC') || die;
20 20
 
21
-if( !class_exists( 'GL_Plugin_Check' )) {
21
+if (!class_exists('GL_Plugin_Check')) {
22 22
 	require_once __DIR__.'/activate.php';
23 23
 }
24 24
 require_once __DIR__.'/autoload.php';
25 25
 
26
-if( !GL_Plugin_Check::shouldDeactivate( __FILE__, array( 'php' => '5.4', 'wordpress' => '4.0.0' ))) {
27
-	if( !defined( 'SAVEQUERIES' )) {
28
-		define( 'SAVEQUERIES', 1 );
26
+if (!GL_Plugin_Check::shouldDeactivate(__FILE__, array('php' => '5.4', 'wordpress' => '4.0.0'))) {
27
+	if (!defined('SAVEQUERIES')) {
28
+		define('SAVEQUERIES', 1);
29 29
 	}
30 30
 	(new GeminiLabs\BlackBar\Application)->init();
31 31
 }
Please login to merge, or discard this patch.