Fix phpdoc in FeatureEvent (#42587)

* Update FeatureEvent.php

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

Co-authored-by: Quy <quy@nomonkeybiz.com>

---------
This commit is contained in:
Denitz 2024-04-05 12:00:46 +03:00 committed by GitHub
parent 896fa4b553
commit bcd0e83eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ class FeatureEvent extends AbstractImmutableEvent
}
/**
* Set used parameter to true
* Set abort and reason parameters.
*
* @param bool $value The value to set
* @param string $reason Abort reason
*
* @return void
*