Fix indentation issues in PHP files
- Fixed tabs vs spaces indentation issues in PHP files - Updated phpcs.xml configuration
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
// If this file is called directly, abort.
|
||||
if ( ! defined( 'WPINC' ) ) {
|
||||
die;
|
||||
die;
|
||||
}
|
||||
|
||||
// Load the main plugin class.
|
||||
|
||||
Reference in New Issue
Block a user