From e3ba5d95a3a8f3e9ac51d9d368687fbe2856be43 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 14 Feb 2018 13:26:57 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- misc/update/decrypt_hashes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update/decrypt_hashes.php b/misc/update/decrypt_hashes.php index f12251339..6ee1fd558 100755 --- a/misc/update/decrypt_hashes.php +++ b/misc/update/decrypt_hashes.php @@ -2,8 +2,8 @@ require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use nntmux\ColorCLI; use nntmux\db\DB; +use nntmux\ColorCLI; use nntmux\NameFixer; use nntmux\ConsoleTools;