Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
fix style with fabbot.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann-TYT committed Feb 14, 2021
1 parent 8a81559 commit 4c8c80d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Configuration/Cache.php
Expand Up @@ -12,6 +12,7 @@
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;

use Attribute;

/**
* The Cache class handles the Cache annotation parts.
*
Expand Down
1 change: 1 addition & 0 deletions src/Configuration/Entity.php
Expand Up @@ -12,6 +12,7 @@
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;

use Attribute;

/**
* Doctrine-specific ParamConverter with an easier syntax.
*
Expand Down
1 change: 1 addition & 0 deletions src/Configuration/IsGranted.php
Expand Up @@ -12,6 +12,7 @@
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;

use Attribute;

/**
* The Security class handles the Security annotation.
*
Expand Down
1 change: 1 addition & 0 deletions src/Configuration/ParamConverter.php
Expand Up @@ -12,6 +12,7 @@
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;

use Attribute;

/**
* The ParamConverter class handles the ParamConverter annotation parts.
*
Expand Down
1 change: 1 addition & 0 deletions src/Configuration/Security.php
Expand Up @@ -12,6 +12,7 @@
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;

use Attribute;

/**
* The Security class handles the Security annotation.
*
Expand Down
1 change: 1 addition & 0 deletions src/Configuration/Template.php
Expand Up @@ -12,6 +12,7 @@
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;

use Attribute;

/**
* The Template class handles the Template annotation parts.
*
Expand Down
2 changes: 1 addition & 1 deletion tests/EventListener/SecurityListenerTest.php
Expand Up @@ -19,12 +19,12 @@
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent;
use Symfony\Component\HttpKernel\Exception\HttpException;
use Symfony\Component\HttpKernel\HttpKernelInterface;
use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface;
use Symfony\Component\Security\Core\Authentication\Token\AbstractToken;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
use Symfony\Component\HttpKernel\HttpKernelInterface;
use Symfony\Component\Security\Core\Role\RoleHierarchy;

class SecurityListenerTest extends \PHPUnit\Framework\TestCase
Expand Down

0 comments on commit 4c8c80d

Please sign in to comment.