mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-24 02:59:34 +00:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
|
@ -52,8 +52,8 @@ use Symfony\Component\Mime\Email;
|
|||
*/
|
||||
final class SetMailFromSubscriber implements EventSubscriberInterface
|
||||
{
|
||||
private $email;
|
||||
private $name;
|
||||
private string $email;
|
||||
private string $name;
|
||||
|
||||
public function __construct(string $email, string $name)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue