We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0263ae6 commit 1ba81c4Copy full SHA for 1ba81c4
src/EventListener/ExceptionListener.php
@@ -147,7 +147,7 @@ public function onConsoleException(ConsoleExceptionEvent $event): void
147
/**
148
* @param ConsoleExceptionEvent|ConsoleErrorEvent $event
149
*/
150
- private function handleConsoleError(ConsoleEvent $event): void
+ protected function handleConsoleError(ConsoleEvent $event): void
151
{
152
$command = $event->getCommand();
153
switch (true) {
@@ -190,7 +190,7 @@ protected function shouldExceptionCaptureBeSkipped(\Throwable $exception): bool
190
191
* @param UserInterface | object | string $user
192
193
- private function setUserValue($user)
+ protected function setUserValue($user)
194
195
$data = [];
196
0 commit comments