Passed
Branch master (026d5a)
by Paul
02:10
created
blackbar.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -18,14 +18,14 @@
 block discarded – undo
18 18
 
19 19
 defined( 'WPINC' ) || die;
20 20
 
21
-if( !class_exists( 'GL_Plugin_Check' )) {
22
-	require_once __DIR__.'/activate.php';
21
+if( !class_exists( 'GL_Plugin_Check' ) ) {
22
+	require_once __DIR__ . '/activate.php';
23 23
 }
24
-require_once __DIR__.'/autoload.php';
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' )) {
26
+if( !GL_Plugin_Check::shouldDeactivate( __FILE__, array( 'php' => '5.4', 'wordpress' => '4.0.0' ) ) ) {
27
+	if( !defined( 'SAVEQUERIES' ) ) {
28 28
 		define( 'SAVEQUERIES', 1 );
29 29
 	}
30
-	(new GeminiLabs\BlackBar\Application)->init();
30
+	( new GeminiLabs\BlackBar\Application )->init();
31 31
 }
Please login to merge, or discard this patch.