Skip to content

Commit e416f03

Browse files
Merge branch '6.4' into 7.0
* 6.4: Ensure all properties have a type
2 parents e7e5aff + e4bd25e commit e416f03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Transport/Smtp/Stream/AbstractStream.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
*/
2525
abstract class AbstractStream
2626
{
27+
/** @var resource|null */
2728
protected $stream;
29+
/** @var resource|null */
2830
protected $in;
31+
/** @var resource|null */
2932
protected $out;
3033

3134
private string $debug = '';

0 commit comments

Comments
 (0)