Skip to content

Commit

Permalink
Remove accidental content and apply a suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldiesmann committed Jun 9, 2024
1 parent 8aa6d88 commit 96568f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/Smileys.php
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,7 @@ protected static function saveSets(): void
}

/**
* Trims unnecessary whitespace from the given string
* Sanitizes the string and trims unnecessary whitespace.
* @var string $string The string to sanitize
* @return string The sanitized string
*/
Expand Down
2 changes: 1 addition & 1 deletion Sources/Actions/Profile/GroupMembership.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use SMF\User;
use SMF\Utils;

/**buildquic
/**
* Allows a user to choose, or at least request, group memberships.
*/
class GroupMembership implements ActionInterface
Expand Down

0 comments on commit 96568f7

Please sign in to comment.