Rename function

This commit is contained in:
Dennis Eichhorn 2016-08-11 17:27:12 +02:00
parent 962c06ce0c
commit 125bc460f1

View File

@ -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;