mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -14,12 +14,10 @@ namespace Chill\ThirdPartyBundle\Search;
|
||||
use Chill\MainBundle\Pagination\PaginatorFactory;
|
||||
use Chill\MainBundle\Search\SearchInterface;
|
||||
use Chill\MainBundle\Security\Authorization\AuthorizationHelper;
|
||||
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
||||
use Chill\ThirdPartyBundle\Repository\ThirdPartyRepository;
|
||||
use Chill\ThirdPartyBundle\Security\Voter\ThirdPartyVoter;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
||||
use Symfony\Component\Security\Core\Role\Role;
|
||||
|
||||
/**
|
||||
* Allow to search amongst parties.
|
||||
@@ -98,7 +96,7 @@ class ThirdPartySearch implements SearchInterface
|
||||
];
|
||||
}
|
||||
// format "html"
|
||||
throw new \UnexpectedValueException("format html not supported");
|
||||
throw new \UnexpectedValueException('format html not supported');
|
||||
}
|
||||
|
||||
public function supports($domain, $format): bool
|
||||
|
Reference in New Issue
Block a user