Issue #3328136: InstallerController::activateModule() assumes project id and extension ID will match
Open
issue/project_browser-3328136:3328136-installercontrolleractivatemodule-assumes-project into 1.0.x
2 open threads
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -27,7 +27,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
@@ -27,7 +27,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
The parent class isn't
final
, nor are any of the other subclasses of Stage. Core typically usesfinal
for utilities, value objects, and event-related classes. I don't think it's necessary to have here, and it is a hard-blocker for writing unit tests