Skip to content
Snippets Groups Projects

Issue #3257849: Various core quality updates

3 files
+ 16
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -4,6 +4,11 @@ namespace Drupal\package_manager\Event;
/**
* Event fired after the staging area is destroyed.
*
* If the stage is being force destroyed ::getStage() may return an instance of
* Stage that is different from the instance that created the stage.
*
* @see \Drupal\package_manager\Stage::destroy()
*/
class PostDestroyEvent extends StageEvent {
}
Loading