Skip to content
Snippets Groups Projects

Issue #3257849: Various core quality updates

4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -3,7 +3,7 @@
namespace Drupal\package_manager\Event;
/**
* Event fired after packages are added to the staging area.
* Event fired after packages are updated to the staging area.
*/
class PostRequireEvent extends StageEvent {
}
Loading