mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Rename function
This commit is contained in:
parent
962c06ce0c
commit
125bc460f1
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user