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 62aaaab commit 81bf6e9Copy full SHA for 81bf6e9
src/Resources/skeleton/message/Message.tpl.php
@@ -9,15 +9,8 @@ final class <?= $class_name."\n" ?>
9
* to hold the data for this message class.
10
*/
11
12
-// private $name;
13
-
14
-// public function __construct(string $name)
15
-// {
16
-// $this->name = $name;
17
-// }
18
19
-// public function getName(): string
20
21
-// return $this->name;
22
+ // public function __construct(
+ // public readonly string $name,
+ // ) {
+ // }
23
}
tests/tmp/.gitignore
0 commit comments