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 |
If this would work, then let's have it. |
|
@paulbalandan is it mergeable or should we wait a little bit for another opinion? |
|
Yes, let's merge. |
|
Thank you @neznaika0 @michalsn @paulbalandan for the review, let's merge 👍 |
|
Ref PR to develop for backport structarmed.php to develop branch and use baseline config |
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.applied with single command:
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: