Skip to content

Commit 634d8aa

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents eaaa3a0 + e6f4014 commit 634d8aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Enums/InteractionTypeEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getTypeByValue(string $value): InteractionTypeEnum
8989
/**
9090
* Check if the value is valid.
9191
*
92-
* @param InteractionTypeEnum|null $value
92+
* @param null|InteractionTypeEnum $value
9393
*
9494
* @return bool
9595
*/

src/Traits/InteractionRelationship.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function likes(): MorphMany
4343
* Get the interaction of the given user.
4444
*
4545
* @param int $userId
46-
* @param InteractionTypeEnum|null $interactionType
46+
* @param null|InteractionTypeEnum $interactionType
4747
*
4848
* @return MorphMany
4949
*/

0 commit comments

Comments
 (0)