Skip to content

Commit 1d91243

Browse files
MAGETWO-91659: Cannot set Phone Number not required
- Fix static tests
1 parent 3ef83db commit 1d91243

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/Customer/Helper/Address.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,27 +127,35 @@ public function getBookUrl()
127127
}
128128

129129
/**
130+
* Retrieve edit url.
131+
*
130132
* @return void
131133
*/
132134
public function getEditUrl()
133135
{
134136
}
135137

136138
/**
139+
* Retrieve delete url.
140+
*
137141
* @return void
138142
*/
139143
public function getDeleteUrl()
140144
{
141145
}
142146

143147
/**
148+
* Retrieve create url.
149+
*
144150
* @return void
145151
*/
146152
public function getCreateUrl()
147153
{
148154
}
149155

150156
/**
157+
* Retrieve block renderer.
158+
*
151159
* @param string $renderer
152160
* @return \Magento\Framework\View\Element\BlockInterface
153161
*/
@@ -204,6 +212,8 @@ public function getStreetLines($store = null)
204212
}
205213

206214
/**
215+
* Retrieve address format.
216+
*
207217
* @param string $code
208218
* @return Format|string
209219
*/

0 commit comments

Comments
 (0)