Skip to content

Commit

Permalink
Remove extra whitespace in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 10, 2024
1 parent c97c935 commit 623a8af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function create(array $data): PostAuthor
], $data));
}

/** Get a Post Author instance by username, or null if not found. */
/** Get a Post Author instance by username, or null if not found. */
public static function get(string $username): ?static
{
return static::all()->get(static::normalizeUsername($username));
Expand Down

1 comment on commit 623a8af

@caendesilva
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May want a HydeStan rule for this

Please sign in to comment.