Skip to content

Commit bcd0e83

Browse files
authored
Fix phpdoc in FeatureEvent (#42587)
* Update FeatureEvent.php * Update administrator/components/com_content/src/Event/Model/FeatureEvent.php Co-authored-by: Quy <[email protected]> ---------
1 parent 896fa4b commit bcd0e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administrator/components/com_content/src/Event/Model/FeatureEvent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ public function __construct($name, array $arguments = [])
7171
}
7272

7373
/**
74-
* Set used parameter to true
74+
* Set abort and reason parameters.
7575
*
76-
* @param bool $value The value to set
76+
* @param string $reason Abort reason
7777
*
7878
* @return void
7979
*

0 commit comments

Comments
 (0)