]> git.mxchange.org Git - friendica.git/commitdiff
Function only needs to be private
authorMichael <heluecht@pirati.ca>
Sun, 4 Jul 2021 10:59:24 +0000 (10:59 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 4 Jul 2021 10:59:24 +0000 (10:59 +0000)
src/Worker/RemoveUnusedAvatars.php

index d8efbe3fb9deb7675ea4600f6a628e50e34c79cb..58670c87350a45bc928e06a79aadb608d4427b0c 100644 (file)
@@ -103,7 +103,7 @@ class RemoveUnusedAvatars
                Logger::notice('Contact fix done', ['total' => $total, 'updated1' => $updated1, 'updated2' => $updated2, 'deleted' => $deleted]);
        }
 
-       public static function deleteDuplicates()
+       private static function deleteDuplicates()
        {
                $size = [4 => 'photo', 5 => 'thumb', 6 => 'micro'];