Skip to content

Commit 592e1c0

Browse files
committed
Fix signature
1 parent 37ede95 commit 592e1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebApp/Component/Title.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class Title extends Container {
66

7-
public function __construct($parent, string $text = NULL) {
7+
public function __construct($parent, $text = NULL) {
88
parent::__construct($parent, $text);
99
}
1010

0 commit comments

Comments
 (0)