-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.11
-
Component/s: None
-
Labels:None
InheritanceDepthCheck (S110) runs into a an OutOfMemoryError when scanning the code in the attachment.
The seems to happen when a class extends itself (not valid PHP, but we shouldn't crash). Example:
<?php class Cls extends Cls { }