Skip to content

Commit 49c2968

Browse files
committed
Update phpdocs
1 parent f3df902 commit 49c2968

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/code/Magento/Email/Model/Config/Source/SmtpAuthType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
namespace Magento\Email\Model\Config\Source;
99

1010
/**
11-
* Option provider for custom media URL type
11+
* Option provider for the SMTP Auth type
1212
*/
1313
class SmtpAuthType implements \Magento\Framework\Data\OptionSourceInterface
1414
{
1515
/**
16-
* The the possible Auth types
16+
* The possible Auth types
1717
*
1818
* @codeCoverageIgnore
1919
* @return array

app/code/Magento/Email/Model/Config/Source/SmtpSslType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
namespace Magento\Email\Model\Config\Source;
99

1010
/**
11-
* Option provider for custom media URL type
11+
* Option provider for SMTP SSL Type
1212
*/
1313
class SmtpSslType implements \Magento\Framework\Data\OptionSourceInterface
1414
{
1515
/**
16-
* The the possible Auth types
16+
* The possible SSL types
1717
*
1818
* @codeCoverageIgnore
1919
* @return array

app/code/Magento/Email/Model/Config/Source/SmtpTransportType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
namespace Magento\Email\Model\Config\Source;
99

1010
/**
11-
* Option provider for custom media URL type
11+
* Option provider for the SMTP Transport Type
1212
*/
1313
class SmtpTransportType implements \Magento\Framework\Data\OptionSourceInterface
1414
{
1515

1616
/**
17-
* The the possible Auth types
17+
* The possible Transport types
1818
*
1919
* @codeCoverageIgnore
2020
* @return array

0 commit comments

Comments
 (0)