Passed
Pull Request — master (#140)
by
unknown
09:46 queued 05:59
created
lsx-currencies.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -13,17 +13,17 @@
 block discarded – undo
13 13
  */
14 14
 
15 15
 // If this file is called directly, abort.
16
-if ( ! defined( 'WPINC' ) ) {
16
+if (!defined('WPINC')) {
17 17
 	die;
18 18
 }
19 19
 
20
-define( 'LSX_CURRENCIES_PATH', plugin_dir_path( __FILE__ ) );
21
-define( 'LSX_CURRENCIES_CORE', __FILE__ );
22
-define( 'LSX_CURRENCIES_URL', plugin_dir_url( __FILE__ ) );
23
-define( 'LSX_CURRENCIES_VER', '1.2.4' );
20
+define('LSX_CURRENCIES_PATH', plugin_dir_path(__FILE__));
21
+define('LSX_CURRENCIES_CORE', __FILE__);
22
+define('LSX_CURRENCIES_URL', plugin_dir_url(__FILE__));
23
+define('LSX_CURRENCIES_VER', '1.2.4');
24 24
 
25
-require_once LSX_CURRENCIES_PATH . 'classes/deprecated/class-lsx-currencies.php';
26
-require_once LSX_CURRENCIES_PATH . 'classes/class-currencies.php';
25
+require_once LSX_CURRENCIES_PATH.'classes/deprecated/class-lsx-currencies.php';
26
+require_once LSX_CURRENCIES_PATH.'classes/class-currencies.php';
27 27
 
28 28
 /**
29 29
  * Returns the main instance of the class
Please login to merge, or discard this patch.