Skip to content

Commit 519b805

Browse files
committed
7241 Change syntax of @see annotation for depracated method
1 parent 252529f commit 519b805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/Model/Options.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public function getNameSuffixOptions($store = null)
6868
* @param bool $isOptional
6969
* @return array|bool
7070
*
71-
* @deprecated See prepareNamePrefixSuffixOptions
71+
* @deprecated
72+
* @see prepareNamePrefixSuffixOptions()
7273
*/
7374
protected function _prepareNamePrefixSuffixOptions($options, $isOptional = false)
7475
{

0 commit comments

Comments
 (0)