laravel-comments icon indicating copy to clipboard operation
laravel-comments copied to clipboard

Apply Laravel Pint Code Formatting to Ensure Code Consistency

Open tisuchi opened this issue 9 months ago • 0 comments

This PR applies Laravel Pint to format the codebase according to Laravel's coding standards.

Changes included:

  • Ran vendor/bin/pint to format existing files.
  • Ensured compliance with Laravel's recommended styling.
  • Fixed minor formatting issues, including missing newlines.

tisuchi avatar Mar 17 '25 19:03 tisuchi