Skip to content

Commit

Permalink
fix: Coding Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Nov 29, 2023
1 parent f5affc9 commit e5e280f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
*/
namespace Ibexa\Core\MVC\Symfony\ErrorHandler;

use Symfony\Component\Runtime\Internal\BasicErrorHandler;
use const PHP_VERSION_ID;
use Symfony\Component\Runtime\Internal\BasicErrorHandler;

final class Php82HideDeprecationsErrorHandler extends BasicErrorHandler
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
namespace Ibexa\Tests\Core\MVC\Symfony\ErrorHandler;

use Ibexa\Core\MVC\Symfony\ErrorHandler\Php82HideDeprecationsErrorHandler;
use PHPUnit\Framework\TestCase;
use const PHP_VERSION_ID;
use PHPUnit\Framework\TestCase;

final class Php82HideDeprecationsErrorHandlerTest extends TestCase
{
Expand Down

0 comments on commit e5e280f

Please sign in to comment.