Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable GotoStatement rule in phpmd configuration
Comment out the GotoStatement rule in the phpmd.xml configuration file. This change aims to avoid unnecessary rule checks related to the use of 'goto' statements in our codebase.
- Loading branch information