Skip to content

Commit 22c8b48

Browse files
committed
Issue #3268835 by quietone, smustgrave, ravi.shankar, xjm, borisson_, catch: Fix method comments in non tests for Drupal.Commenting.DocComment.ShortSingleLine
(cherry picked from commit b212d24449a2398ab553206290cb07442e8facbf)
1 parent 5ff3916 commit 22c8b48

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Plugin.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,11 @@ public function onCommand(CommandEvent $event) {
128128
}
129129

130130
/**
131-
* Lazy-instantiate the handler object. It is dangerous to update a Composer
132-
* plugin if it loads any classes prior to the `composer update` operation,
133-
* and later tries to use them in a post-update hook.
131+
* Instantiates the handler object upon demand.
132+
*
133+
* It is dangerous to update a Composer plugin if it loads any classes prior
134+
* to the `composer update` operation, and later tries to use them in a
135+
* post-update hook.
134136
*/
135137
protected function handler() {
136138
if (!$this->handler) {

0 commit comments

Comments
 (0)