Skip to content

Commit

Permalink
Releasing scope constraint
Browse files Browse the repository at this point in the history
Issue #175
  • Loading branch information
bouland committed Jan 2, 2019
1 parent 0263ae6 commit 1ba81c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EventListener/ExceptionListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function onConsoleException(ConsoleExceptionEvent $event): void
/**
* @param ConsoleExceptionEvent|ConsoleErrorEvent $event
*/
private function handleConsoleError(ConsoleEvent $event): void
protected function handleConsoleError(ConsoleEvent $event): void
{
$command = $event->getCommand();
switch (true) {
Expand Down Expand Up @@ -190,7 +190,7 @@ protected function shouldExceptionCaptureBeSkipped(\Throwable $exception): bool
/**
* @param UserInterface | object | string $user
*/
private function setUserValue($user)
protected function setUserValue($user)
{
$data = [];

Expand Down

0 comments on commit 1ba81c4

Please sign in to comment.