We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9df72 commit b92554dCopy full SHA for b92554d
1 file changed
docs/getting_started/install.md
@@ -124,16 +124,8 @@ your project.
124
125
class Email extends BaseConfig
126
{
127
- /**
128
- * @var string
129
- */
130
- public $fromEmail = 'your_mail@example.com';
131
-
132
133
134
135
- public $fromName = 'your name';
136
+ public string $fromEmail = 'your_mail@example.com';
+ public string $fromName = 'your name';
137
// ...
138
}
139
```
0 commit comments