diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index c970ec7de..3d06f26b6 100644 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -39,7 +39,7 @@ class Numbers * @since 1.0.0 * @author Dennis Eichhorn */ - public static function perfect(int $n) : bool + public static function isPerfect(int $n) : bool { $sum = 0;