Skip to content

v5.0.1: Rector Laravel Integration & Code Quality Automation

Choose a tag to compare

@jayeshmepani jayeshmepani released this 28 Apr 12:18
· 12 commits to main since this release

🔧 Code Quality Improvements (Auto-Applied)

  • usleep()Sleep::usleep() - Laravel sleep helper
  • sprintf() instead of string concatenation for complex messages
  • Strict array comparison: count() > 0!== []
  • Exception variable naming: $e$throwable
  • Consistent blank lines after control structures
  • Auto-import of class names with unused import removal