File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public function __get(string $name): string
6464 \trigger_error ("Undefined property: IncomingMail:: $ name " );
6565 }
6666 if (!isset ($ this ->$ name )) {
67- $ this ->$ name = '' ;
67+ $ this ->$ name = '' ;
6868 }
6969 foreach ($ this ->dataInfo [$ type ] as $ data ) {
7070 $ this ->$ name .= \trim ($ data ->fetch ());
Original file line number Diff line number Diff line change @@ -206,13 +206,13 @@ public function testEmbed(
206206 if ('foo.png ' === $ attachment ->contentId ) {
207207 $ replaced = \str_replace (
208208 'foo.png ' ,
209- '/ ' . basename ($ attachment ->filePath ),
209+ '/ ' . \ basename ($ attachment ->filePath ),
210210 $ replaced
211211 );
212212 } elseif ('foo.webp ' === $ attachment ->contentId ) {
213213 $ replaced = \str_replace (
214214 'foo.webp ' ,
215- '/ ' . basename ($ attachment ->filePath ),
215+ '/ ' . \ basename ($ attachment ->filePath ),
216216 $ replaced
217217 );
218218 }
You can’t perform that action at this time.
0 commit comments