Skip to content

Commit acdbe32

Browse files
committed
Added explicit nullable type to attachFollowStatus parameter
1 parent 4e0dd6d commit acdbe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Follower.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function notApprovedFollowings(): HasMany
117117
return $this->followings()->notAccepted();
118118
}
119119

120-
public function attachFollowStatus($followables, callable $resolver = null)
120+
public function attachFollowStatus($followables, ?callable $resolver = null)
121121
{
122122
$returnFirst = false;
123123

0 commit comments

Comments
 (0)