mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 23:04:58 +00:00
update php-cs-fixer and rector + fix rules
This commit is contained in:
@@ -45,7 +45,7 @@ class SearchController extends AbstractController
|
||||
/** @var Chill\MainBundle\Search\HasAdvancedSearchFormInterface $variable */
|
||||
$search = $this->searchProvider
|
||||
->getHasAdvancedFormByName($name);
|
||||
} catch (\Chill\MainBundle\Search\UnknowSearchNameException) {
|
||||
} catch (UnknowSearchNameException) {
|
||||
throw $this->createNotFoundException('no advanced search for '."{$name}");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user