⬆️ Upgrading dependencies

This commit is contained in:
bruno DA SILVA
2019-12-17 17:41:56 +01:00
parent 691acb45e6
commit 705d941979
55 changed files with 668 additions and 3310 deletions

View File

@@ -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 = [];