mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
fix typo & add doc blocks
This commit is contained in:
@@ -203,6 +203,7 @@ class Manager
|
||||
* Find an available Lazaret filename and creates the empty file.
|
||||
*
|
||||
* @param string $filename The desired filename
|
||||
* @param string $suffix A suffix to the filename
|
||||
* @return string The available filename to use
|
||||
*/
|
||||
protected function bookLazaretPathfile($filename, $suffix = '')
|
||||
|
@@ -387,6 +387,4 @@ class LazaretFile
|
||||
{
|
||||
$this->thumbPathname = $thumbPathname;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@@ -104,7 +104,6 @@ class patch_370a7 implements patchInterface
|
||||
|
||||
}
|
||||
|
||||
|
||||
$media = $Core['mediavorus']->guess(new \SplFileInfo($filePath));
|
||||
|
||||
$collection = \collection::get_from_base_id($row['base_id']);
|
||||
|
Reference in New Issue
Block a user