Skip to content

Commit e01ad16

Browse files
addison74sreichel
andauthored
Remove the usage of the {@link ...} inline annotation (OpenMage#4955)
Co-authored-by: Sven Reichel <[email protected]>
1 parent 790bed1 commit e01ad16

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

lib/Varien/Db/Select.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ protected function _findTableInCond($table, $cond)
245245
}
246246

247247
/**
248-
* Populate the {@link $_parts} 'join' key
248+
* Populate the $_parts 'join' key
249+
* @see $_parts
249250
*
250251
* Does the dirty work of populating the join key.
251252
*

lib/Varien/File/Uploader.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ public function getUploadedFileName()
397397
}
398398

399399
/**
400-
* Used to set {@link _allowCreateFolders} value
400+
* Used to set the _allowCreateFolders value
401+
* @see _allowCreateFolders
401402
*
402403
* @param mixed $flag
403404
* @access public
@@ -410,7 +411,8 @@ public function setAllowCreateFolders($flag)
410411
}
411412

412413
/**
413-
* Used to set {@link _allowRenameFiles} value
414+
* Used to set the _allowRenameFiles value
415+
* @see _allowRenameFiles
414416
*
415417
* @param mixed $flag
416418
* @access public
@@ -423,7 +425,8 @@ public function setAllowRenameFiles($flag)
423425
}
424426

425427
/**
426-
* Used to set {@link _enableFilesDispersion} value
428+
* Used to set the _enableFilesDispersion value
429+
* @see _enableFilesDispersion
427430
*
428431
* @param mixed $flag
429432
* @access public

lib/Varien/Io/File.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ public function open(array $args = [])
322322
}
323323

324324
/**
325-
* Used to set {@link _allowCreateFolders} value
325+
* Used to set the _allowCreateFolders value
326+
* @see _allowCreateFolders
326327
*
327328
* @param bool $flag
328329
* @access public

0 commit comments

Comments
 (0)