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