Skip to content
Snippets Groups Projects
Commit cb221304 authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3355628 follow-up by tedbow, phenaproxima: Fix incorrect type hint

parent 4ced6730
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ final class ChangeLogger implements EventSubscriberInterface, LoggerAwareInterfa ...@@ -79,7 +79,7 @@ final class ChangeLogger implements EventSubscriberInterface, LoggerAwareInterfa
/** /**
* Records requested packages. * Records requested packages.
* *
* @param \Drupal\package_manager\Event\PreRequireEvent $event * @param \Drupal\package_manager\Event\PostRequireEvent $event
* The event object. * The event object.
*/ */
public function recordRequestedPackageVersions(PostRequireEvent $event): void { public function recordRequestedPackageVersions(PostRequireEvent $event): void {
......
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