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 b731785 commit dc0c98fCopy full SHA for dc0c98f
src/SPC/store/SourceManager.php
@@ -85,7 +85,7 @@ public static function initSource(?array $sources = null, ?array $libs = null, ?
85
continue;
86
}
87
88
- // ext imap was embeded in php <= 8.3, if php version < 8.4, we should not extract
+ // ext imap was included in php < 8.4 which we should not extract,
89
// but since it's not simple to compare php version, for now we just skip it
90
if ($source === 'ext-imap') {
91
logger()->debug("Source [ext-imap] already extracted in {$check}, skip !");
0 commit comments