wp/wp-includes/class-wp-post.php
changeset 18 be944660c56a
parent 9 177826044cd9
child 19 3d72ae0968f4
--- a/wp/wp-includes/class-wp-post.php	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/class-wp-post.php	Wed Sep 21 18:19:35 2022 +0200
@@ -14,7 +14,7 @@
  *
  * @property string $page_template
  *
- * @property-read array  $ancestors
+ * @property-read int[]  $ancestors
  * @property-read int    $post_category
  * @property-read string $tag_input
  */
@@ -352,7 +352,7 @@
 	 * @since 3.5.0
 	 *
 	 * @param string $filter Filter.
-	 * @return array|bool|object|WP_Post
+	 * @return WP_Post
 	 */
 	public function filter( $filter ) {
 		if ( $this->filter === $filter ) {