Skip to content

Commit

Permalink
Remove unused imports (#33948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil E. Taylor committed May 23, 2021
1 parent 698cc77 commit 81b75f6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Joomla\CMS\Association\AssociationServiceInterface;
use Joomla\CMS\Categories\CategoryServiceInterface;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Date\Date;
use Joomla\CMS\Factory;
use Joomla\CMS\Filesystem\Path;
use Joomla\CMS\Form\Form;
Expand Down
1 change: 0 additions & 1 deletion administrator/templates/atum/error_full.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\Uri\Uri;

/** @var \Joomla\CMS\Document\ErrorDocument $this */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

\defined('_JEXEC') or die;

use Joomla\CMS\Filter\InputFilter;
use Joomla\CMS\Language\Text;
use Joomla\CMS\MVC\Controller\ApiController;
use Tobscure\JsonApi\Exception\InvalidParameterException;
Expand Down
1 change: 0 additions & 1 deletion layouts/joomla/toolbar/basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
defined('_JEXEC') or die;

use Joomla\CMS\Factory;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;

Factory::getDocument()->getWebAssetManager()
Expand Down
1 change: 0 additions & 1 deletion libraries/src/Service/Provider/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use Joomla\Session\HandlerInterface;
use Joomla\Session\SessionEvents;
use Joomla\Session\SessionInterface;
use Joomla\Session\Storage\RuntimeStorage;
use Joomla\Session\StorageInterface;
use Joomla\Session\Validator\AddressValidator;
use Joomla\Session\Validator\ForwardedValidator;
Expand Down
7 changes: 0 additions & 7 deletions tests/Unit/Libraries/Cms/Date/DateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@
*/
namespace Joomla\Tests\Unit\Libraries\Cms\Date;

use Joomla\CMS\Application\ConsoleApplication;
use Joomla\CMS\Date\Date;
use Joomla\CMS\Language\Language;
use Joomla\DI\Container;
use Joomla\Event\DispatcherInterface;
use Joomla\Registry\Registry;
use Joomla\Tests\Unit\UnitTestCase;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;

class DateTest extends UnitTestCase
{
Expand Down

0 comments on commit 81b75f6

Please sign in to comment.