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.
2 parents ec0a2f4 + 0d61117 commit 8a72426Copy full SHA for 8a72426
Console/Descriptor/JsonDescriptor.php
@@ -167,7 +167,7 @@ protected function describeEventDispatcherListeners(EventDispatcherInterface $ev
167
*/
168
protected function describeCallable($callable, array $options = [])
169
{
170
- $this->writeData($this->getCallableData($callable, $options), $options);
+ $this->writeData($this->getCallableData($callable), $options);
171
}
172
173
/**
@@ -315,7 +315,7 @@ private function getEventDispatcherListenersData(EventDispatcherInterface $event
315
return $data;
316
317
318
- private function getCallableData($callable, array $options = []): array
+ private function getCallableData($callable): array
319
320
$data = [];
321
0 commit comments