chore(legacy): format code
This commit is contained in:
parent
da52f495b4
commit
63d9e430e1
33 changed files with 111 additions and 102 deletions
|
@ -584,9 +584,9 @@ SQL;
|
|||
* @param Propel Connection
|
||||
* @param null|mixed $con
|
||||
*
|
||||
* @throws Exception
|
||||
*
|
||||
* @return Application_Model_StoredFile
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function RecallById($p_id = null, $con = null)
|
||||
{
|
||||
|
@ -914,9 +914,9 @@ SQL;
|
|||
* @param string $originalFilename
|
||||
* @param bool $copyFile copy the file instead of moving it
|
||||
*
|
||||
* @throws Exception
|
||||
*
|
||||
* @return Ambigous <unknown, string>
|
||||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function moveFileToStor($tempFilePath, $originalFilename, $copyFile = false)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue