- Issue created by @bluegeek9
- last update
over 1 year ago 6 pass - @bluegeek9 opened merge request.
- last update
over 1 year ago 6 pass - last update
over 1 year ago 6 pass -
bluegeek9 β
committed 5e256de1 on 8.x-1.x
Issue #3370781 by bluegeek9: phpcs: coding standards
-
bluegeek9 β
committed 5e256de1 on 8.x-1.x
-
bluegeek9 β
authored 67cbcc20 on 8.x-1.x
Issue #3370781 by bluegeek9: phpcs: coding standards
-
bluegeek9 β
authored 67cbcc20 on 8.x-1.x
-
bluegeek9 β
authored c81664bb on 8.x-1.x
Issue #3370781 by bluegeek9: phpcs: coding standards
-
bluegeek9 β
authored c81664bb on 8.x-1.x
- Issue was unassigned.
- Status changed to Fixed
about 1 year ago 9:33pm 2 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
12 months ago 8:00pm 21 November 2023 - π¨π¦Canada dtarc
Hi,
We ran into an error on updating from 8.x-1.0 to 8.x-1.1 because the constructor for MessageController changed.
It went from:
public function __construct() {
to:
public function __construct(EntityAccessControlHandlerInterface $access_handler, FormBuilderInterface $form_builder) {
Is there any reason for this API breaking change in a minor point release? Thanks.