Commit ca6c974
committed
✅ Fixed the duplicate method issue by removing the unused stub
methods:
- Removed validateDatabaseConfig() method that just threw an
exception
- Removed validateEntityConfig() method that just threw an exception
- These methods were not called anywhere in the codebase
- Fixed PSR-12 formatting issue (extra blank line before closing
brace)
The codebase is now:
- Clean: No duplicate or unused methods
- PSR-12 compliant: All coding standards passed
- PHPStan level 9: No errors
- All tests passing: 67 tests successful
- Documented: Changes recorded in CHANGELOG.md
These stub methods appeared to be placeholders that were never
implemented or used, so removing them improves code clarity without
affecting functionality.1 parent 39d72b6 commit ca6c974
2 files changed
+1
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | | - | |
662 | 642 | | |
0 commit comments