Skip to content
Snippets Groups Projects
Commit 3713d239 authored by Gaurav Gupta's avatar Gaurav Gupta Committed by Adam Bramley
Browse files

Issue #3460554 by Gaurav Gupta, porchlight: Fatal error: Cannot override final...

Issue #3460554 by Gaurav Gupta, porchlight: Fatal error: Cannot override final method Drupal\diff\Controller\PluginRevisionController::__construct()
parent 18645985
No related branches found
No related tags found
3 merge requests!101Issue #3013553 by Jim.M, Berdir, sasanikolic, acbramley, Alan D.,...,!100Issue #3013553 by Jim.M, Berdir, sasanikolic, acbramley, Alan D.,...,!96Issue #3460554: Cannot override final method.
Pipeline #230480 passed with warnings
......@@ -16,6 +16,7 @@ parameters:
- install
- inc
ignoreErrors:
- "#^Unsafe usage of new static#"
-
identifier: missingType.iterableValue
excludePaths:
......
......@@ -28,7 +28,7 @@ class PluginRevisionController extends ControllerBase {
/**
* Constructs a PluginRevisionController object.
*/
final public function __construct(
public function __construct(
protected DiffEntityComparison $entityComparison,
protected DiffLayoutManager $diffLayoutManager,
protected RequestStack $requestStack,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment