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 c542e9f commit 1659ba3Copy full SHA for 1659ba3
Part/AbstractPart.php
@@ -18,7 +18,7 @@
18
*/
19
abstract class AbstractPart
20
{
21
- private $headers;
+ private Headers $headers;
22
23
public function __construct()
24
Part/TextPart.php
@@ -28,6 +28,7 @@ class TextPart extends AbstractPart
28
29
private static array $encoders = [];
30
31
+ /** @var resource|string|File */
32
private $body;
33
private ?string $charset;
34
private string $subtype;
0 commit comments