- Issue created by @jonathan1055
- Merge request !63#3465805 Add array type hint in GenericEventSubscriber getSubscribedEvents() β (Merged) created by jonathan1055
- Status changed to Needs review
4 months ago 4:01pm 4 August 2024 - π¬π§United Kingdom jonathan1055
This MR can be seen in action in the test below, which no longer has the getSubscribedEvents() error. The 'Composer Next Major' job uses the repro from this rules MR
https://git.drupalcode.org/project/scheduler/-/jobs/2334324Previously the job showed the problem
https://git.drupalcode.org/project/scheduler/-/jobs/2334054#L1000 - First commit to issue fork.
-
TR β
committed 35ff0a4f on 4.0.x authored by
jonathan1055 β
Issue #3465805 by jonathan1055, TR: Add 'array' return type in Drupal\...
-
TR β
committed 35ff0a4f on 4.0.x authored by
jonathan1055 β
- Status changed to Fixed
4 months ago 6:51pm 5 August 2024 - π¬π§United Kingdom jonathan1055
Thanks for the commit. I can now change Schedulers 'next major' testing dependency from
"require-dev": { "drupal/rules": "dev-3465805-add-array-return", ... "repositories": { "rules": { "type": "vcs", "url": "https://git.drupalcode.org/issue/rules-3465805.git" },
back to just
"require-dev": { "drupal/rules": "^4@dev",
Automatically closed - issue fixed for 2 weeks with no activity.