Skip to content

Commit

Permalink
Modernize Messenger\Message class, use PHP8 features
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Mar 6, 2024
1 parent 62aaaab commit 0ae2303
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/Resources/skeleton/message/Message.tpl.php
Expand Up @@ -9,15 +9,8 @@ final class <?= $class_name."\n" ?>
* to hold the data for this message class.
*/

// private $name;

// public function __construct(string $name)
// {
// $this->name = $name;
// }

// public function getName(): string
// {
// return $this->name;
// }
// public function __construct(
// public readonly string $name,
// ) {
// }
}

0 comments on commit 0ae2303

Please sign in to comment.