Skip to content

Commit

Permalink
remove bogus fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ziodave committed Mar 15, 2024
1 parent a6b8290 commit 50507f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/includes/class-wordlift-post-to-jsonld-converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class Wordlift_Post_To_Jsonld_Converter extends Wordlift_Abstract_Post_To_Jsonld
* Wordlift_Post_To_Jsonld_Converter constructor.
*
* @param Wordlift_Entity_Type_Service $entity_type_service A {@link Wordlift_Entity_Type_Service} instance.
* @param Wordlift_User_Service $user_service A {@link Wordlift_User_Service} instance.
* @param Wordlift_Attachment_Service $attachment_service A {@link Wordlift_Attachment_Service} instance.
* @param Wordlift_User_Service $user_service A {@link Wordlift_User_Service} instance.
* @param Wordlift_Attachment_Service $attachment_service A {@link Wordlift_Attachment_Service} instance.
*
* @since 3.10.0
*/
Expand All @@ -69,9 +69,9 @@ public function new_instance_with_filters_disabled() {
* Convert the provided {@link WP_Post} to a JSON-LD array. Any entity reference
* found while processing the post is set in the $references array.
*
* @param int $post_id The post id.
* @param int $post_id The post id.
* @param array<Reference> $references An array of entity references.
* @param array $references_infos
* @param array $references_infos
*
* @return array A JSON-LD array.
* @since 3.10.0
Expand Down Expand Up @@ -262,7 +262,7 @@ public function convert( $post_id, &$references = array(), &$references_infos =
* The JSON-LD fragment is generated using the {@link WP_User}'s data or
* the referenced entity if configured for the {@link WP_User}.
*
* @param int $author_id The author {@link WP_User}'s `id`.
* @param int $author_id The author {@link WP_User}'s `id`.
* @param array $references An array of referenced entities.
*
* @return string|array A JSON-LD structure.
Expand Down

0 comments on commit 50507f1

Please sign in to comment.