apiary icon indicating copy to clipboard operation
apiary copied to clipboard

Sponsor Login Controller

Open LightningBoltz21 opened this issue 5 months ago • 1 comments

Fixes issue #5322. NOTE: the functionality of the controller has not been tested yet, but I'm making a PR so what I have so far can be reviewed.

LightningBoltz21 avatar Oct 29 '25 04:10 LightningBoltz21

I believe the linting is failing because Pint and PHPCS have conflicting documentation.

For example: valid in Pint, not valid in PHPCS $result = $sponsorUser->attemptLoginUsingOneTimePassword((string) $request->input('otp'));

not valid in Pint, valid in PHPCS $result = $sponsorUser->attemptLoginUsingOneTimePassword( (string) $request->input('otp'));

LightningBoltz21 avatar Oct 29 '25 04:10 LightningBoltz21