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 e0a8abe commit 6bc76e0Copy full SHA for 6bc76e0
app/code/Magento/Customer/Model/Address/Validator/Country.php
@@ -88,6 +88,8 @@ private function validateCountry(AbstractAddress $address)
88
*
89
* @param AbstractAddress $address
90
* @return array
91
+ * @throws \Zend_Validate_Exception
92
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
93
*/
94
private function validateRegion(AbstractAddress $address)
95
{
0 commit comments