Skip to content

Commit

Permalink
remove unused namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Aug 17, 2017
1 parent f9cd66f commit 4d6a540
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/I18n/Formatter/IcuFormatter.php
Expand Up @@ -17,7 +17,6 @@
use Aura\Intl\Exception\CannotFormat;
use Aura\Intl\Exception\CannotInstantiateFormatter;
use Aura\Intl\FormatterInterface;
use Cake\I18n\PluralRules;
use MessageFormatter;

/**
Expand Down
1 change: 0 additions & 1 deletion src/I18n/Formatter/SprintfFormatter.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\I18n\Formatter;

use Aura\Intl\FormatterInterface;
use Cake\I18n\PluralRules;

/**
* A formatter that will interpolate variables using sprintf and
Expand Down
1 change: 0 additions & 1 deletion src/I18n/Translator.php
Expand Up @@ -23,7 +23,6 @@
use Aura\Intl\FormatterInterface;
use Aura\Intl\Package;
use Aura\Intl\TranslatorInterface;
use Cake\I18n\PluralRules;

/**
* Provides missing message behavior for CakePHP internal message formats.
Expand Down
1 change: 0 additions & 1 deletion tests/TestCase/Http/ControllerFactoryTest.php
Expand Up @@ -15,7 +15,6 @@
namespace Cake\Test\TestCase\Http;

use Cake\Http\ControllerFactory;
use Cake\Http\Response;
use Cake\Http\ServerRequest;
use Cake\TestSuite\TestCase;

Expand Down
Expand Up @@ -14,7 +14,6 @@
*/
namespace TestPlugin\Log\Engine;

use Cake\Log\LogInterface;
use Psr\Log\AbstractLogger;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/test_app/TestApp/Controller/CakesController.php
Expand Up @@ -2,7 +2,6 @@
namespace TestApp\Controller;

use Cake\Controller\Controller;
use Cake\Network\Exception\NotFoundException;

/**
* CakesController class
Expand Down
1 change: 0 additions & 1 deletion tests/test_app/TestApp/Controller/PostsController.php
Expand Up @@ -15,7 +15,6 @@
namespace TestApp\Controller;

use Cake\Event\Event;
use TestApp\Controller\AppController;

/**
* PostsController class
Expand Down
Expand Up @@ -21,7 +21,6 @@
use Cake\Event\Event;
use Cake\ORM\Behavior;
use Cake\ORM\Query;
use Cake\ORM\Table;
use Cake\Utility\Inflector;

class SluggableBehavior extends Behavior
Expand Down
1 change: 0 additions & 1 deletion tests/test_app/TestApp/Model/Table/PaginatorPostsTable.php
Expand Up @@ -15,7 +15,6 @@

use Cake\ORM\Query;
use Cake\ORM\Table;
use Cake\Utility\Hash;

/**
* PaginatorPostsTable class
Expand Down

0 comments on commit 4d6a540

Please sign in to comment.