Skip to content

Commit 0d61117

Browse files
committed
Remove some unused methods parameters
1 parent 3cb9879 commit 0d61117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Console/Descriptor/JsonDescriptor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected function describeEventDispatcherListeners(EventDispatcherInterface $ev
166166
*/
167167
protected function describeCallable($callable, array $options = [])
168168
{
169-
$this->writeData($this->getCallableData($callable, $options), $options);
169+
$this->writeData($this->getCallableData($callable), $options);
170170
}
171171

172172
/**
@@ -321,7 +321,7 @@ private function getEventDispatcherListenersData(EventDispatcherInterface $event
321321
*
322322
* @return array
323323
*/
324-
private function getCallableData($callable, array $options = [])
324+
private function getCallableData($callable)
325325
{
326326
$data = [];
327327

0 commit comments

Comments
 (0)