Skip to content

Commit

Permalink
Merge divergent branches
Browse files Browse the repository at this point in the history
  • Loading branch information
timgavin committed May 27, 2023
2 parents 7970f68 + ae24431 commit 3daa0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelFollow.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function unfollow($user): void
* Check if a user is following the given user.
*
* @param \App\Models\User $user
* @return boolean
* @return bool
*/
public function isFollowing($user): bool
{
Expand All @@ -58,7 +58,7 @@ public function isFollowing($user): bool
* Check if a user is followed by the given user.
*
* @param \App\Models\User $user
* @return boolean
* @return bool
*/
public function isFollowedBy($user): bool
{
Expand Down

0 comments on commit 3daa0be

Please sign in to comment.