File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
app/code/Magento/Email/Model/Config/Source Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \Email \Model \Config \Source ;
9
9
10
10
/**
11
- * Option provider for custom media URL type
11
+ * Option provider for the SMTP Auth type
12
12
*/
13
13
class SmtpAuthType implements \Magento \Framework \Data \OptionSourceInterface
14
14
{
15
15
/**
16
- * The the possible Auth types
16
+ * The possible Auth types
17
17
*
18
18
* @codeCoverageIgnore
19
19
* @return array
Original file line number Diff line number Diff line change 8
8
namespace Magento \Email \Model \Config \Source ;
9
9
10
10
/**
11
- * Option provider for custom media URL type
11
+ * Option provider for SMTP SSL Type
12
12
*/
13
13
class SmtpSslType implements \Magento \Framework \Data \OptionSourceInterface
14
14
{
15
15
/**
16
- * The the possible Auth types
16
+ * The possible SSL types
17
17
*
18
18
* @codeCoverageIgnore
19
19
* @return array
Original file line number Diff line number Diff line change 8
8
namespace Magento \Email \Model \Config \Source ;
9
9
10
10
/**
11
- * Option provider for custom media URL type
11
+ * Option provider for the SMTP Transport Type
12
12
*/
13
13
class SmtpTransportType implements \Magento \Framework \Data \OptionSourceInterface
14
14
{
15
15
16
16
/**
17
- * The the possible Auth types
17
+ * The possible Transport types
18
18
*
19
19
* @codeCoverageIgnore
20
20
* @return array
You can’t perform that action at this time.
0 commit comments