Skip to content

Commit dc0c98f

Browse files
committed
Better comment
1 parent b731785 commit dc0c98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/SourceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static function initSource(?array $sources = null, ?array $libs = null, ?
8585
continue;
8686
}
8787

88-
// ext imap was embeded in php <= 8.3, if php version < 8.4, we should not extract
88+
// ext imap was included in php < 8.4 which we should not extract,
8989
// but since it's not simple to compare php version, for now we just skip it
9090
if ($source === 'ext-imap') {
9191
logger()->debug("Source [ext-imap] already extracted in {$check}, skip !");

0 commit comments

Comments
 (0)