Skip to content
Snippets Groups Projects
Commit 519b805c authored by Andreas von Studnitz's avatar Andreas von Studnitz
Browse files

7241 Change syntax of @see annotation for depracated method

parent 252529f0
Branches
No related merge requests found
...@@ -68,7 +68,8 @@ class Options ...@@ -68,7 +68,8 @@ class Options
* @param bool $isOptional * @param bool $isOptional
* @return array|bool * @return array|bool
* *
* @deprecated See prepareNamePrefixSuffixOptions * @deprecated
* @see prepareNamePrefixSuffixOptions()
*/ */
protected function _prepareNamePrefixSuffixOptions($options, $isOptional = false) protected function _prepareNamePrefixSuffixOptions($options, $isOptional = false)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment