The class Magento\Framework\App\Action\Action has been deprecated: 103.0.0 Inheritance in controllers should be avoided in favor of composition
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-deprecated annotation
14
class Index extends /** @scrutinizer ignore-deprecated */ Action
$isSecure of type boolean is incompatible with the type integer expected by parameter $isSecure of O2TI\SocialLogin\Provide...AutenticateAndReferer().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
The expression return $this->_redirect(...sponse['redirectUrl'])) returns the type Magento\Framework\App\ResponseInterface which is incompatible with the documented return type void.