Add missing param type in documentation

This commit is contained in:
Tetrakern 2023-01-26 09:28:28 +01:00
parent ab38d21be5
commit 515f8e40b5

View File

@ -248,9 +248,9 @@ if ( ! function_exists( 'fictioneer_query_followed_chapters' ) ) {
* *
* @since Fictioneer 4.3 * @since Fictioneer 4.3
* *
* @param array $story_ids IDs of the followed stories. * @param array $story_ids IDs of the followed stories.
* @param string $after_date Optional. Only return chapters after this date, e.g. wp_date( 'c', $timestamp ). * @param string|false $after_date Optional. Only return chapters after this date, e.g. wp_date( 'c', $timestamp ).
* @param int $count Optional. Maximum number of chapters to be returned. Default 16. * @param int $count Optional. Maximum number of chapters to be returned. Default 16.
* *
* @return array Collection of chapters. * @return array Collection of chapters.
*/ */