Skip to content

Commit

Permalink
reformat codes
Browse files Browse the repository at this point in the history
  • Loading branch information
voltan committed Nov 26, 2024
1 parent c987b3d commit 5620fa0
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Pi\User\Factory\Handler\Api\Authentication\Email;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Authentication\Email\RequestHandler;
use Pi\User\Service\AccountService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Authentication\Email\RequestHandler;
use Pi\User\Service\AccountService;

class RequestHandlerFactory implements FactoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Pi\User\Factory\Handler\Api\Authentication\Email;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Authentication\Email\VerifyHandler;
use Pi\User\Service\AccountService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Authentication\Email\VerifyHandler;
use Pi\User\Service\AccountService;

class VerifyHandlerFactory implements FactoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Pi\User\Factory\Handler\Api\Authentication\Mfa;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Authentication\Mfa\RequestHandler;
use Pi\User\Service\AccountService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Authentication\Mfa\RequestHandler;
use Pi\User\Service\AccountService;

class RequestHandlerFactory implements FactoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Pi\User\Factory\Handler\Api\Authentication\Mfa;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Authentication\Mfa\VerifyHandler;
use Pi\User\Service\AccountService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Authentication\Mfa\VerifyHandler;
use Pi\User\Service\AccountService;

class VerifyHandlerFactory implements FactoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
namespace Pi\User\Factory\Handler\Api\Authentication\Oauth;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Authentication\Oauth\MicrosoftHandler;
use Pi\User\Handler\Api\Authentication\Oauth\Oauth2Handler;
use Pi\User\Service\AccountService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Authentication\Oauth\MicrosoftHandler;
use Pi\User\Handler\Api\Authentication\Oauth\Oauth2Handler;
use Pi\User\Service\AccountService;

class Oauth2HandlerFactory implements FactoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
namespace Pi\User\Factory\Handler\Api\Authentication\Oauth;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Authentication\Oauth\SettingHandler;
use Pi\User\Service\AccountService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Authentication\Oauth\SettingHandler;
use Pi\User\Service\AccountService;

class SettingHandlerFactory implements FactoryInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/Factory/Handler/Api/Avatar/UploadHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
namespace Pi\User\Factory\Handler\Api\Avatar;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Avatar\UploadHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\AvatarService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Avatar\UploadHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\AvatarService;

class UploadHandlerFactory implements FactoryInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace Pi\User\Factory\Handler\Api\Captcha\ReCaptcha;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Captcha\ReCaptcha\VerifyHandler;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Captcha\ReCaptcha\VerifyHandler;

class VerifyHandlerFactory implements FactoryInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/Factory/Handler/Api/Password/UpdateHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
namespace Pi\User\Factory\Handler\Api\Password;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Password\UpdateHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\TokenService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Password\UpdateHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\TokenService;

class UpdateHandlerFactory implements FactoryInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/Factory/Handler/Api/Profile/UpdateHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
namespace Pi\User\Factory\Handler\Api\Profile;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Profile\UpdateHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\TokenService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Profile\UpdateHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\TokenService;

class UpdateHandlerFactory implements FactoryInterface
{
Expand Down
6 changes: 3 additions & 3 deletions src/Factory/Handler/Api/Profile/ViewHandlerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
namespace Pi\User\Factory\Handler\Api\Profile;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Pi\User\Handler\Api\Profile\ViewHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\TokenService;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\ContainerInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Http\Message\ResponseFactoryInterface;
use Psr\Http\Message\StreamFactoryInterface;
use Pi\User\Handler\Api\Profile\ViewHandler;
use Pi\User\Service\AccountService;
use Pi\User\Service\TokenService;

class ViewHandlerFactory implements FactoryInterface
{
Expand Down

0 comments on commit 5620fa0

Please sign in to comment.