Use of uninitialized variable

Created on 15 March 2024, 8 months ago

Problem/Motivation

There is a use of an uninitialized variable in the client validation code.

\Drupal\simple_oauth\Repositories\ClientRepository::validateClient

This is probably due to a coding style mixup.

$client_secret should be $clientSecret as in the method signature.

Proposed resolution

Use the method parameter.

🐛 Bug report
Status

Closed: outdated

Version

6.0

Component

Code

Created by

🇩🇪Germany cspitzlay 🇩🇪🇪🇺

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024