diff --git a/Plugin.php b/Plugin.php index 2f5214fb22..8fe6961424 100644 --- a/Plugin.php +++ b/Plugin.php @@ -128,9 +128,11 @@ public function onCommand(CommandEvent $event) { } /** - * Lazy-instantiate the handler object. It is dangerous to update a Composer - * plugin if it loads any classes prior to the `composer update` operation, - * and later tries to use them in a post-update hook. + * Instantiates the handler object upon demand. + * + * It is dangerous to update a Composer plugin if it loads any classes prior + * to the `composer update` operation, and later tries to use them in a + * post-update hook. */ protected function handler() { if (!$this->handler) {