Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary use-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 13, 2024
1 parent 974a426 commit 8b3cce1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Auth/Process/OTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@

namespace SimpleSAML\Module\cmdotcom\Auth\Process;

use RuntimeException;
use SimpleSAML\{Auth, Configuration, Logger, Module, Session, Utils};
use SimpleSAML\Assert\Assert;
use SimpleSAML\Module\cmdotcom\Utils\PhoneNumber as PhoneNumberUtils;
use SimpleSAML\Module\saml\Error;
use SimpleSAML\SAML2\Constants;
use UnexpectedValueException;

class OTP extends Auth\ProcessingFilter
{
Expand Down
2 changes: 0 additions & 2 deletions src/Controller/OTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@

namespace SimpleSAML\Module\cmdotcom\Controller;

use GuzzleHttp\Client as GuzzleClient;
use RuntimeException;
use SimpleSAML\Assert\Assert;
use SimpleSAML\{Auth, Configuration, Error, Logger, Module, Session, Utils};
use SimpleSAML\Module\cmdotcom\Utils\OTPClient;
use SimpleSAML\XHTML\Template;
use Symfony\Component\HttpFoundation\{RedirectResponse, Request, Response};
use UnexpectedValueException;

/**
* Controller class for the cmdotcom module.
Expand Down
2 changes: 0 additions & 2 deletions tests/src/Controller/OTPTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
use PHPUnit\Framework\TestCase;
use RuntimeException;
use SimpleSAML\{Auth, Configuration, Error, Logger, Session, Utils};
use SimpleSAML\Assert\Assert;
use SimpleSAML\Module\cmdotcom\Controller;
use SimpleSAML\Module\cmdotcom\Utils\TextMessage as TextUtils;
use SimpleSAML\XHTML\Template;
use Symfony\Component\HttpFoundation\{Request, RedirectResponse};

Expand Down

0 comments on commit 8b3cce1

Please sign in to comment.