refactor: make BaseService and BaseCollector abstract - #10531
Conversation
|
Ready for review 👍 |
neznaika0
left a comment
There was a problem hiding this comment.
I didn’t find a direct call to BaseConfig — should you change it as well?
|
That's mark as instantiated, due to CodeIgniter4/system/Config/BaseConfig.php Line 79 in 501706c |
|
I've updated with clean up to directly filter |
|
For note: I think If this merged, the |
Description
This PR target to 4.8, change 2 files:
in the system or tests, they never instantiated, only extended, verified with structarmed
ExtendedClassMustBeAbstractOrInstantiatedRulefor future newBase+prefix classes to be abstract.If you want to only apply the changes class change only to easier for back and forth develop and 4.8 branch, just let me know ;)
Checklist: