01Checks for missing @throws documentation in PHP method headers.
02Warns against 'return' or exceptions inside finally blocks that suppress errors.
03Detects lost context in exception re-throwing to preserve stack traces.
0445 GitHub stars
05Flags generic Exception or Throwable catching that masks fatal system errors.
06Identifies swallowed exceptions and empty catch blocks that hide bugs.