Skip to content

Commit 63eefc9

Browse files
chore: autopublish 2025-10-16T10:18:35Z
1 parent 9b9da77 commit 63eefc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Relationships/ManyToManyWithPosts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function fetchRelationshipData( $id ) {
189189
* @since 0.1.0
190190
*
191191
* @param string|int $id The ID of the relationship.
192-
* @param array $data The data to insert.
192+
* @param array $data The data to insert.
193193
*/
194194
public function insertRelationshipData( $id, array $data = [] ): void {
195195
if ( empty( $data ) ) {

0 commit comments

Comments
 (0)