mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -11,12 +11,10 @@ declare(strict_types=1);
|
||||
|
||||
namespace Chill\MainBundle\Search;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Throw by search provider when the search name is not found.
|
||||
*/
|
||||
class UnknowSearchDomainException extends Exception
|
||||
class UnknowSearchDomainException extends \Exception
|
||||
{
|
||||
private $domain;
|
||||
|
||||
|
Reference in New Issue
Block a user