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 81bf6e9
Show file tree
Hide file tree
Showing 2 changed files 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,
// ) {
// }
}
Empty file removed tests/tmp/.gitignore
Empty file.

0 comments on commit 81bf6e9

Please sign in to comment.