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.
2 parents eec77d3 + a4b4f2a commit 4593735Copy full SHA for 4593735
app/code/Magento/Customer/Block/Address/Renderer/DefaultRenderer.php
@@ -91,11 +91,11 @@ public function setType(\Magento\Framework\DataObject $type)
91
}
92
93
/**
94
- * @param AbstractAddress|null $address
+ * @param AddressModelInterface|null $address
95
* @return string
96
* All new code should use renderArray based on Metadata service
97
*/
98
- public function getFormat(AbstractAddress $address = null)
+ public function getFormat(AddressModelInterface $address = null)
99
{
100
$countryFormat = $address === null
101
? false : $address->getCountryModel()->getFormat(
0 commit comments