Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/Varien/Db/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ protected function _findTableInCond($table, $cond)
}

/**
* Populate the {@link $_parts} 'join' key
* Populate the $_parts 'join' key
* @see $_parts
*
* Does the dirty work of populating the join key.
*
Expand Down
9 changes: 6 additions & 3 deletions lib/Varien/File/Uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ public function getUploadedFileName()
}

/**
* Used to set {@link _allowCreateFolders} value
* Used to set the _allowCreateFolders value
* @see _allowCreateFolders
*
* @param mixed $flag
* @access public
Expand All @@ -403,7 +404,8 @@ public function setAllowCreateFolders($flag)
}

/**
* Used to set {@link _allowRenameFiles} value
* Used to set the _allowRenameFiles value
* @see _allowRenameFiles
*
* @param mixed $flag
* @access public
Expand All @@ -416,7 +418,8 @@ public function setAllowRenameFiles($flag)
}

/**
* Used to set {@link _enableFilesDispersion} value
* Used to set the _enableFilesDispersion value
* @see _enableFilesDispersion
*
* @param mixed $flag
* @access public
Expand Down
3 changes: 2 additions & 1 deletion lib/Varien/Io/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,8 @@ public function open(array $args = [])
}

/**
* Used to set {@link _allowCreateFolders} value
* Used to set the _allowCreateFolders value
* @see _allowCreateFolders
*
* @param bool $flag
* @access public
Expand Down
Loading