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
A possible solution would be to inspect the parent/s method/property and check if already has been protected. The failing test here is with template/TemplateException overriding the $code property from: http://php.net/manual/de/class.exception.php
mariuswilms
changed the title
protected methods false positive
protected methods/properties false positive
Oct 2, 2014
Some protected methods from core PHP class can only be overridden or reimplemented without using a leading underscore. This must be an exception.
The text was updated successfully, but these errors were encountered: