summaryrefslogtreecommitdiff
path: root/app/Model/File.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-23 11:59:23 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-23 11:59:23 -0400
commit14c2998c4ac0a56857014fb8b4d403b52dbc686e (patch)
tree0a31a1941f71b1db0863404243b101528058cfa9 /app/Model/File.php
parentdb76bcb593e34948dab2709bcb7b6c1139a37c72 (diff)
Improve css and phpdoc comments
Diffstat (limited to 'app/Model/File.php')
-rw-r--r--app/Model/File.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/Model/File.php b/app/Model/File.php
index b7015acc..41ecfba1 100644
--- a/app/Model/File.php
+++ b/app/Model/File.php
@@ -2,9 +2,6 @@
namespace Model;
-use SimpleValidator\Validator;
-use SimpleValidator\Validators;
-
/**
* File model
*
@@ -111,7 +108,7 @@ class File extends Base
* @param integer $project_id Project id
* @param integer $task_id Task id
* @param string $filename Filename
- * @return bool
+ * @return string
*/
public function generatePath($project_id, $task_id, $filename)
{