Skip to content

Commit 79ac2e1

Browse files
authored
Declare method static
1 parent b21f82e commit 79ac2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OAuth/ResourceOwner/SalesforceResourceOwner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function configureOptions(OptionsResolver $resolver)
7878
'format' => 'json',
7979
]);
8080

81-
$sandboxTransformation = function (Options $options, $value) {
81+
$sandboxTransformation = static function (Options $options, $value) {
8282
if (!$options['sandbox']) {
8383
return $value;
8484
}

0 commit comments

Comments
 (0)