Code Formatting and Database Schema Updates
Overview
Recent development activity focused on code style consistency and updates to the database schema.
Code Formatting
Applied automated formatting fixes using php-cs-fixer. This ensures consistent code style across the project, improving readability and maintainability. The tool automatically adjusts spacing, indentation, and other stylistic elements according to predefined rules.