Skip to content

Commit 4a170ea

Browse files
committed
PHPCS fix
1 parent fb5e312 commit 4a170ea

12 files changed

Lines changed: 0 additions & 23 deletions

src/Check/Cache_Flush.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
namespace WP_CLI\Doctor\Check;
44

55
use FilesystemIterator;
6-
use WP_CLI;
7-
use WP_CLI\Doctor\Check;
86
use RecursiveDirectoryIterator;
97
use RecursiveIteratorIterator;
108

src/Check/Constant_Definition.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
65
use WP_CLI\Doctor\Check;
76

87
/**

src/Check/Cron_Count.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
6-
use WP_CLI\Doctor\Check;
7-
85
/**
96
* Errors when there's an excess of %threshold_count% total cron jobs registered.
107
*/

src/Check/Cron_Duplicates.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
6-
75
/**
86
* Errors when there's an excess of %threshold_count% duplicate cron jobs registered.
97
*/

src/Check/File_Contents.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
6-
use WP_CLI\Doctor\Check;
75
use SplFileInfo;
86

97
/**

src/Check/File_Type.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
6-
use WP_CLI\Doctor\Check;
75
use SplFileInfo;
86

97
/**

src/Check/Option_Value.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
65
use WP_CLI\Doctor\Check;
76

87
/**

src/Check/PHP_In_Upload.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
65
use WP_CLI\Doctor\Check;
76
use RecursiveDirectoryIterator;
87
use RecursiveIteratorIterator;

src/Check/Plugin_Active_Count.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
6-
75
/**
86
* Warns when there are greater than %threshold_count% plugins activated.
97
*/

src/Check/Plugin_Deactivated.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace WP_CLI\Doctor\Check;
44

5-
use WP_CLI;
6-
use WP_CLI\Doctor\Check;
7-
85
/**
96
* Warns when greater than %threshold_percentage%% of plugins are deactivated.
107
*/

0 commit comments

Comments
 (0)