File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments