Skip to content

Commit e49e196

Browse files
authored
Fixed syntax error
1 parent f964316 commit e49e196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Decorator {
66
private $nums;
77
private $origin;
88

9-
void __construct(){
9+
function __construct(){
1010
$upper = range('A', 'Z');
1111
$lower = range('a', 'z');
1212
$nums = range('0','9');

0 commit comments

Comments
 (0)