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 4ce73e1 commit 07ef70dCopy full SHA for 07ef70d
src/DiscordAttachment.php
@@ -5,10 +5,10 @@
5
class DiscordAttachment
6
{
7
public function __construct(
8
- readonly public string $content,
9
- readonly public string $filename,
10
- readonly public string $description = '',
11
- readonly public string $filetype = '',
+ public readonly string $content,
+ public readonly string $filename,
+ public readonly string $description = '',
+ public readonly string $filetype = '',
12
) {
13
//
14
}
0 commit comments