File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tests/system/Helpers/Array Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use CodeIgniter \CLI \BaseCommand ;
15
15
use CodeIgniter \CLI \CLI ;
16
- use CodeIgniter \Commands \ Translation \ LocalizationFinder \ArrayHelper ;
16
+ use CodeIgniter \Helpers \ Array \ArrayHelper ;
17
17
use Config \App ;
18
18
use Locale ;
19
19
use RecursiveDirectoryIterator ;
Original file line number Diff line number Diff line change 9
9
* the LICENSE file that was distributed with this source code.
10
10
*/
11
11
12
- namespace CodeIgniter \Commands \ Translation \ LocalizationFinder ;
12
+ namespace CodeIgniter \Helpers \ Array ;
13
13
14
14
/**
15
- * @see \CodeIgniter\Commands\Translation\LocalizationFinder \ArrayHelperTest
15
+ * @see \CodeIgniter\Helpers\Array \ArrayHelperTest
16
16
*/
17
17
class ArrayHelper
18
18
{
Original file line number Diff line number Diff line change 9
9
* the LICENSE file that was distributed with this source code.
10
10
*/
11
11
12
- namespace CodeIgniter \Commands \ Translation \ LocalizationFinder ;
12
+ namespace CodeIgniter \Helpers \ Array ;
13
13
14
14
use CodeIgniter \Test \CIUnitTestCase ;
15
15
You can’t perform that action at this time.
0 commit comments