We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ede95 commit 592e1c0Copy full SHA for 592e1c0
src/WebApp/Component/Title.php
@@ -4,7 +4,7 @@
4
5
class Title extends Container {
6
7
- public function __construct($parent, string $text = NULL) {
+ public function __construct($parent, $text = NULL) {
8
parent::__construct($parent, $text);
9
}
10
0 commit comments