diff --git a/framework/rest/IndexAction.php b/framework/rest/IndexAction.php index b1df395c35..6ced938ac6 100644 --- a/framework/rest/IndexAction.php +++ b/framework/rest/IndexAction.php @@ -46,8 +46,8 @@ class IndexAction extends Action */ public $prepareDataProvider; /** - * @var callable a PHP callable that will be called to prepare query in prepareDataProvider - * Should return $query + * @var callable a PHP callable that will be called to prepare query in prepareDataProvider. + * Should return $query. * For example: * * ```php