Skip to content

Commit 7fdf520

Browse files
authored
fix (#41980)
1 parent dcebae6 commit 7fdf520

File tree

32 files changed

+0
-40
lines changed

32 files changed

+0
-40
lines changed

administrator/components/com_guidedtours/src/View/Tour/HtmlView.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Joomla\CMS\Language\Text;
1616
use Joomla\CMS\MVC\View\GenericDataException;
1717
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
18-
use Joomla\CMS\Toolbar\Toolbar;
1918
use Joomla\CMS\Toolbar\ToolbarHelper;
2019

2120
// phpcs:disable PSR1.Files.SideEffects

administrator/components/com_users/src/Helper/Mfa.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
namespace Joomla\Component\Users\Administrator\Helper;
1212

13-
use Exception;
1413
use Joomla\CMS\Application\CMSApplication;
1514
use Joomla\CMS\Component\ComponentHelper;
1615
use Joomla\CMS\Document\HtmlDocument;

components/com_contact/tmpl/contact/default_links.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
defined('_JEXEC') or die;
1212

13-
use Joomla\CMS\Language\Text;
14-
1513
?>
1614
<div class="com-contact__links contact-links">
1715
<ul class="list-unstyled">

libraries/src/Error/JsonApi/AuthenticationFailedExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Joomla\CMS\Access\Exception\AuthenticationFailed;
1413
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
1514
use Tobscure\JsonApi\Exception\Handler\ResponseBag;

libraries/src/Error/JsonApi/CheckinCheckoutExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Joomla\CMS\MVC\Controller\Exception\CheckinCheckout;
1413
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
1514
use Tobscure\JsonApi\Exception\Handler\ResponseBag;

libraries/src/Error/JsonApi/InvalidParameterExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Tobscure\JsonApi\Exception\Handler\ResponseBag;
1413

1514
// phpcs:disable PSR1.Files.SideEffects

libraries/src/Error/JsonApi/InvalidRouteExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Joomla\CMS\Router\Exception\RouteNotFoundException;
1413
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
1514
use Tobscure\JsonApi\Exception\Handler\ResponseBag;

libraries/src/Error/JsonApi/NotAcceptableExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Joomla\CMS\Application\Exception\NotAcceptable;
1413
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
1514
use Tobscure\JsonApi\Exception\Handler\ResponseBag;

libraries/src/Error/JsonApi/NotAllowedExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Joomla\CMS\Access\Exception\NotAllowed;
1413
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
1514
use Tobscure\JsonApi\Exception\Handler\ResponseBag;

libraries/src/Error/JsonApi/ResourceNotFoundExceptionHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
namespace Joomla\CMS\Error\JsonApi;
1111

12-
use Exception;
1312
use Joomla\CMS\MVC\Controller\Exception\ResourceNotFound;
1413
use Tobscure\JsonApi\Exception\Handler\ExceptionHandlerInterface;
1514
use Tobscure\JsonApi\Exception\Handler\ResponseBag;

0 commit comments

Comments
 (0)