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 3cb9879 commit 0d61117Copy full SHA for 0d61117
Console/Descriptor/JsonDescriptor.php
@@ -166,7 +166,7 @@ protected function describeEventDispatcherListeners(EventDispatcherInterface $ev
166
*/
167
protected function describeCallable($callable, array $options = [])
168
{
169
- $this->writeData($this->getCallableData($callable, $options), $options);
+ $this->writeData($this->getCallableData($callable), $options);
170
}
171
172
/**
@@ -321,7 +321,7 @@ private function getEventDispatcherListenersData(EventDispatcherInterface $event
321
*
322
* @return array
323
324
- private function getCallableData($callable, array $options = [])
+ private function getCallableData($callable)
325
326
$data = [];
327
0 commit comments