mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +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\DependencyInjection;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Description of MissingBundleException.
|
||||
*/
|
||||
class MissingBundleException extends Exception
|
||||
class MissingBundleException extends \Exception
|
||||
{
|
||||
public function __construct($missingBundleName)
|
||||
{
|
||||
|
Reference in New Issue
Block a user