File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/Integration/Model/Oauth/Consumer/Validator
lib/internal/Magento/Framework/Validator Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class KeyLength extends \Zend_Validate_StringLength
3939 * Default encoding is set to utf-8 if none provided
4040 * New option name added to allow adding key name in validation error messages
4141 *
42- * @param integer|array|\Zend_Config $options
42+ * @inheritdoc
4343 */
4444 public function __construct ($ options = [])
4545 {
Original file line number Diff line number Diff line change 77 */
88namespace Magento \Framework \Validator ;
99
10- use Zend_Config ;
11-
1210class EmailAddress extends \Zend_Validate_EmailAddress implements \Magento \Framework \Validator \ValidatorInterface
1311{
1412 /**
@@ -21,7 +19,7 @@ class EmailAddress extends \Zend_Validate_EmailAddress implements \Magento\Frame
2119 * 'mx' => If MX check should be enabled, boolean
2220 * 'deep' => If a deep MX check should be done, boolean
2321 *
24- * @param array|string|Zend_Config $options OPTIONAL
22+ * @inheritdoc
2523 */
2624 public function __construct ($ options = [])
2725 {
You can’t perform that action at this time.
0 commit comments