Skip to content

Commit 4523c93

Browse files
committed
typo
1 parent d004f12 commit 4523c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/ClassType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public static function from($from)
102102

103103

104104

105-
public function __construct($name)
105+
public function __construct($name = NULL)
106106
{
107107
$this->name = $name;
108108
}

0 commit comments

Comments
 (0)