Skip to content

Commit 595877b

Browse files
committed
Merge remote-tracking branch 'origin/feat/repo-set-up' into feat/repo-set-up
2 parents fc03724 + 63eefc9 commit 595877b

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
@@ -191,7 +191,7 @@ public function fetchRelationshipData( $id ) {
191191
* @since 0.1.0
192192
*
193193
* @param string|int $id The ID of the relationship.
194-
* @param array $data The data to insert.
194+
* @param array $data The data to insert.
195195
*/
196196
public function insertRelationshipData( $id, array $data = [] ): void {
197197
if ( empty( $data ) ) {

0 commit comments

Comments
 (0)