diff --git a/src/ExpressionLanguage/AuthenticatorProvider.php b/src/ExpressionLanguage/AuthenticatorProvider.php index f51bc8b6e..63822aaba 100644 --- a/src/ExpressionLanguage/AuthenticatorProvider.php +++ b/src/ExpressionLanguage/AuthenticatorProvider.php @@ -37,7 +37,7 @@ class AuthenticatorProvider implements ExpressionFunctionProviderInterface function () { throw new \Exception('Not supported'); }, - function (array $arguments, $uri, array $options = []) { + function (array $arguments, $uri) { return $this->guzzle->get($uri, $options)->getBody(); } );