01Identifies complex 'Pyramid of Doom' structures and nested callbacks
0245 GitHub stars
03Provides severity classifications from Minor to Critical for code complexity
04Suggests refactoring with early returns and guard clauses to flatten logic
05Detects nesting depth exceeding 3 levels in PHP methods and functions
06Recognizes opportunities for method extraction and the Strategy pattern