You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to PSR-2, protected and private property and method names should not be prefixed with an underscore. Currently, we have some of them in the code base:
In order to fix the coding standard violations, they should be renamed which would be backward incompatible. A major release could be used to make such a change.