We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9da77 commit 63eefc9Copy full SHA for 63eefc9
src/Relationships/ManyToManyWithPosts.php
@@ -189,7 +189,7 @@ public function fetchRelationshipData( $id ) {
189
* @since 0.1.0
190
*
191
* @param string|int $id The ID of the relationship.
192
- * @param array $data The data to insert.
+ * @param array $data The data to insert.
193
*/
194
public function insertRelationshipData( $id, array $data = [] ): void {
195
if ( empty( $data ) ) {
0 commit comments