mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
⬆️ Upgrading dependencies
This commit is contained in:
@@ -166,7 +166,7 @@ class JsonDescriptor extends Descriptor
|
||||
*/
|
||||
protected function describeCallable($callable, array $options = [])
|
||||
{
|
||||
$this->writeData($this->getCallableData($callable, $options), $options);
|
||||
$this->writeData($this->getCallableData($callable), $options);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -321,7 +321,7 @@ class JsonDescriptor extends Descriptor
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function getCallableData($callable, array $options = [])
|
||||
private function getCallableData($callable)
|
||||
{
|
||||
$data = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user