Skip to content

Commit

Permalink
move Number to I18n
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 4, 2014
1 parent c3f9f12 commit 85c294a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/I18n/LocalizedNumber.php
Expand Up @@ -14,7 +14,7 @@
*/
namespace Cake\I18n;

use Cake\Utility\Number;
use Cake\I18n\Number;

/**
* Number helper library.
Expand Down
2 changes: 1 addition & 1 deletion src/Utility/Number.php → src/I18n/Number.php
Expand Up @@ -12,7 +12,7 @@
* @since 0.10.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Utility;
namespace Cake\I18n;

use Cake\Core\Exception\Exception;
use NumberFormatter;
Expand Down
Expand Up @@ -14,11 +14,11 @@
* @since 1.2.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Test\TestCase\Utility;
namespace Cake\Test\TestCase\I18n;

use Cake\I18n\I18n;
use Cake\I18n\Number;
use Cake\TestSuite\TestCase;
use Cake\Utility\Number;

/**
* NumberTest class
Expand Down

0 comments on commit 85c294a

Please sign in to comment.