Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wucdbm committed Mar 7, 2020
1 parent 7591ed5 commit f228c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,6 @@

namespace Symfony\Component\ErrorHandler\Tests\Exception;

use Doctrine\DBAL\Driver\PDOException;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Debug\Exception\FatalThrowableError;
use Symfony\Component\ErrorHandler\Exception\FlattenException;
Expand Down
Expand Up @@ -2,7 +2,8 @@

namespace Symfony\Component\ErrorHandler\Tests\Fixtures;

class StringErrorCodeException extends \Exception {
class StringErrorCodeException extends \Exception
{

public function __construct(string $message, string $code) {
parent::__construct($message);
Expand Down

0 comments on commit f228c0d

Please sign in to comment.