1212
Optimize imports · featherbb/featherbb@ad14bf2 · GitHub
Skip to content

Commit ad14bf2

Browse files
committed
Optimize imports
1 parent 783f0dc commit ad14bf2

File tree

141 files changed

+174
-374
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+174
-374
lines changed

extern.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@
5757

5858
namespace FeatherBB;
5959
use DB;
60-
use FeatherBB\Core\Error;
61-
use FeatherBB\Core\Utils;
62-
use FeatherBB\Core\Url;
6360
use FeatherBB\Core\Cache;
61+
use FeatherBB\Core\Url;
62+
use FeatherBB\Core\Utils;
6463

6564
define('FEATHER_QUIET_VISIT', 1);
6665

featherbb/Controller/Admin/Bans.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
13+
use FeatherBB\Core\Error;
1514
use FeatherBB\Core\Url;
15+
use FeatherBB\Core\Utils;
1616

1717
class Bans
1818
{

featherbb/Controller/Admin/Categories.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
13+
use FeatherBB\Core\Error;
1514
use FeatherBB\Core\Url;
15+
use FeatherBB\Core\Utils;
1616
use FeatherBB\Model\Cache;
1717

1818
class Categories

featherbb/Controller/Admin/Censoring.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
15-
use FeatherBB\Core\Url;
13+
use FeatherBB\Core\Utils;
1614

1715
class Censoring
1816
{

featherbb/Controller/Admin/Forums.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
1513
use FeatherBB\Core\Url;
14+
use FeatherBB\Core\Utils;
1615
use FeatherBB\Model\Cache;
1716

1817
class Forums

featherbb/Controller/Admin/Groups.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12+
use FeatherBB\Core\AdminUtils;
1213
use FeatherBB\Core\Error;
1314
use FeatherBB\Core\Utils;
14-
use FeatherBB\Core\AdminUtils;
15-
use FeatherBB\Core\Url;
1615

1716
class Groups
1817
{

featherbb/Controller/Admin/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
13+
use FeatherBB\Core\Error;
1514
use FeatherBB\Core\Url;
15+
use FeatherBB\Core\Utils;
1616

1717
class Index
1818
{

featherbb/Controller/Admin/Maintenance.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
15-
use FeatherBB\Core\Url;
13+
use FeatherBB\Core\Utils;
1614

1715
class Maintenance
1816
{

featherbb/Controller/Admin/Options.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
15-
use FeatherBB\Core\Url;
13+
use FeatherBB\Core\Utils;
1614

1715
class Options
1816
{

featherbb/Controller/Admin/Parser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
namespace FeatherBB\Controller\Admin;
1111

12-
use FeatherBB\Core\Error;
13-
use FeatherBB\Core\Utils;
1412
use FeatherBB\Core\AdminUtils;
13+
use FeatherBB\Core\Error;
1514
use FeatherBB\Core\Url;
15+
use FeatherBB\Core\Utils;
1616

1717
class Parser
1818
{

0 commit comments

Comments
 (0)