Skip to content

Commit 944df35

Browse files
committed
Fix CS; disable xDebug before using PHPStan
1 parent 91899ad commit 944df35

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- stage: codestyle and SCA
3434
php: 7.1
3535
script:
36+
- phpenv config-rm xdebug.ini
3637
- composer require --dev phpstan/phpstan symfony/expression-language --no-interaction --prefer-dist --prefer-stable
3738
- vendor/bin/phpstan analyse src --level 7
3839
env: PHPSTAN=true

src/EventListener/ExceptionListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Sentry\SentryBundle\EventListener;
44

55
use Sentry\SentryBundle\Event\SentryUserContextEvent;
6-
use Sentry\SentryBundle\SentrySymfonyClient;
76
use Sentry\SentryBundle\SentrySymfonyEvents;
87
use Symfony\Component\Console\Event\ConsoleCommandEvent;
98
use Symfony\Component\Console\Event\ConsoleExceptionEvent;

0 commit comments

Comments
 (0)