Skip to content

Commit c9d43cd

Browse files
authored
updated get1 function name for MaxChar
1 parent 3f5ecfd commit c9d43cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/MaxChar/Complete/MaxCharComplete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function get(string $string): string
3535
return (string) $max;
3636
}
3737

38-
public static function get(string $string): string
38+
public static function get1(string $string): string
3939
{
4040
$array = [];
4141
for ($i = 0; $i < strlen($string); ++$i) {

0 commit comments

Comments
 (0)