OpenML icon indicating copy to clipboard operation
OpenML copied to clipboard

Add a linting setup for current PHP codebase

Open naman9271 opened this issue 1 month ago • 0 comments

currently the php codebase is not having proper linting system which makes the code little uncinsistent and lacks productibity which decreases the developer experience so please craete a proper system for it.

Proposed solution

  • PHP_CodeSniffer (phpcs) - detect violations of coding standards
  • PHP-CS-Fixer - automatically fix code style issues
  • PHPStan or Psalm - static analysis for type safety

naman9271 avatar Nov 15 '25 20:11 naman9271