Warning: STRICT NOTICE, Declaration of [plugin's method] should be compatible with that [core's method]

Hello there, I’ve written a custom Integrated Authentication Management bridge to our SSO system.

My plugin is an extension of core’s Auth class but now is throwing out:

My Login method was firstly defined as public, then I’ve removed the public declaration (as seen in the current Login plugin) but nothing changed (also because public is the default scoping for a method).

Any hint on it?

Well, nevermind :sunglasses:

I was declaring a proprierty as protected instead of private :)o

:)-D