Apply coding standards

This commit is contained in:
Ian Dunn 2022-08-29 15:42:13 -07:00
parent 32b738d95f
commit 0964167f12
3 changed files with 15 additions and 13 deletions

View file

@ -790,6 +790,7 @@ function prune_unnotifiable_users( array $contributors ) : array {
* Determine if a contributor is active or not.
*
* Currently this only tracks the last login, but in the future it will be expanded to be more granular.
*
* @link https://github.com/WordPress/five-for-the-future/issues/210
*/
function is_active( int $last_login ) : bool {