We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21f82e commit 79ac2e1Copy full SHA for 79ac2e1
1 file changed
src/OAuth/ResourceOwner/SalesforceResourceOwner.php
@@ -78,7 +78,7 @@ protected function configureOptions(OptionsResolver $resolver)
78
'format' => 'json',
79
]);
80
81
- $sandboxTransformation = function (Options $options, $value) {
+ $sandboxTransformation = static function (Options $options, $value) {
82
if (!$options['sandbox']) {
83
return $value;
84
}
0 commit comments