Eloquent\Phony\Reflection\FunctionSignatureInspector::callbackSignature PHP Method

callbackSignature() public method

Get the function signature of the supplied callback.
public callbackSignature ( callable $callback ) : array>\array
$callback callable The callback.
return array>\array
    public function callbackSignature($callback)
    {
        return $this->signature($this->invocableInspector->callbackReflector($callback));
    }