Skip to content

Commit 1a665f8

Browse files
committed
refactor: move ArrayHelper to Helpers/Array/ArrayHelper.php
1 parent 3da89ac commit 1a665f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

system/Commands/Translation/LocalizationFinder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
use CodeIgniter\CLI\BaseCommand;
1515
use CodeIgniter\CLI\CLI;
16-
use CodeIgniter\Commands\Translation\LocalizationFinder\ArrayHelper;
16+
use CodeIgniter\Helpers\Array\ArrayHelper;
1717
use Config\App;
1818
use Locale;
1919
use RecursiveDirectoryIterator;

system/Commands/Translation/LocalizationFinder/ArrayHelper.php renamed to system/Helpers/Array/ArrayHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
namespace CodeIgniter\Commands\Translation\LocalizationFinder;
12+
namespace CodeIgniter\Helpers\Array;
1313

1414
/**
15-
* @see \CodeIgniter\Commands\Translation\LocalizationFinder\ArrayHelperTest
15+
* @see \CodeIgniter\Helpers\Array\ArrayHelperTest
1616
*/
1717
class ArrayHelper
1818
{

tests/system/Commands/Translation/LocalizationFinder/ArrayHelperTest.php renamed to tests/system/Helpers/Array/ArrayHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* the LICENSE file that was distributed with this source code.
1010
*/
1111

12-
namespace CodeIgniter\Commands\Translation\LocalizationFinder;
12+
namespace CodeIgniter\Helpers\Array;
1313

1414
use CodeIgniter\Test\CIUnitTestCase;
1515

0 commit comments

Comments
 (0)