29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 17:44:57 +00:00

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

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
*