Fix some phpdoc and remove useless code

This commit is contained in:
Frederic Guillot
2015-09-20 18:44:51 -04:00
parent e6f547abcf
commit f579663adc
9 changed files with 75 additions and 91 deletions

View File

@@ -85,7 +85,7 @@ class FileStorage implements ObjectStorageInterface
* Move local file to object storage
*
* @access public
* @param string $filename
* @param string $src_filename
* @param string $key
* @return boolean
*/