Ким Антон

Results 1 issues of Ким Антон

I have class with accessing to private property within final method like this: ``` class ClassWithFinalMethodAndPrivateProperty { private $prop = 'privet'; final public function finalMethod() { return $this->prop; } }...

bug
BC break