Skip to content

Commit 293fd8f

Browse files
authored
Merge pull request barbushin#540 from jeroennoten/patch-1
Add false and null to possible (magic) property filePath property type in IncomingMailAttachment
2 parents 5ec3d3a + 13b5307 commit 293fd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpImap/IncomingMailAttachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* @author Barbushin Sergey http://linkedin.com/in/barbushin
1616
*
17-
* @property string $filePath lazy attachment data file
17+
* @property string|false|null $filePath lazy attachment data file
1818
*
1919
* @psalm-type fileinfoconst = 0|2|16|1024|1040|8|32|128|256|16777216
2020
*/

0 commit comments

Comments
 (0)