Add @since tag for ContentActiveRecord::getSearchAttributes() (#7186)

This commit is contained in:
Yuriy Bakhtin 2024-08-27 13:41:22 +03:00 committed by GitHub
parent 97594b4c5d
commit 02beaa3e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -681,6 +681,7 @@ class ContentActiveRecord extends ActiveRecord implements ContentOwner, Movable,
* General information and addons like comments, authors, files and tags will be indexed automatically.
*
* @return array
* @since 1.16
*/
public function getSearchAttributes()
{