Skip to content

Commit 42051ad

Browse files
authored
Update HasExtendedRelationships.php
1 parent 55f6fd7 commit 42051ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HasExtendedRelationships.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public function hasManyKeys(string $related, ?array $relations = null, ?string $
3535

3636
/**
3737
* @param string $related
38-
* @param string|null $localKey
3938
* @param string|null $foreignKey
39+
* @param string|null $localKey
4040
* @return HasManyArrayColumn
4141
*/
4242
public function hasManyArrayColumn(string $related, ?string $foreignKey, ?string $localKey):HasManyArrayColumn
@@ -47,8 +47,8 @@ public function hasManyArrayColumn(string $related, ?string $foreignKey, ?string
4747

4848
/**
4949
* @param string $related
50-
* @param string|null $localKey
5150
* @param string|null $foreignKey
51+
* @param string|null $localKey
5252
* @return BelongsToArrayColumn
5353
*/
5454
public function belongsToArrayColumn(string $related, ?string $foreignKey, ?string $localKey): BelongsToArrayColumn

0 commit comments

Comments
 (0)