Brief description of the changes made in this PR.
- 🐛 Bug fix (fixes an issue)
- ✨ New feature (adds functionality)
- 🔧 Refactoring (code restructuring without functional changes)
- 📚 Documentation (updates to documentation)
- 🧪 Tests (adding or modifying tests)
- 🔒 Security (security-related fixes)
- ⚡ Performance (performance improvements)
- 🎨 Style (formatting changes, no logic changes)
- I have tested the changes locally
- I have added/updated unit tests
- All tests pass (
./vendor/bin/phpunit) - I have verified PHP 8.0+ compatibility
Any additional information, considerations, or important context for reviewers.
Closes #[issue_number] (if applicable)
If changes affect the interface or visible behavior, include screenshots.
- My code follows the project conventions
- I have performed a self-review of my code
- I have commented complex code where necessary
- Documentation has been updated (if needed)
- I have not introduced breaking changes (or documented them)
- I have verified no sensitive information is in the code